View | Details | Raw Unified | Return to bug 192090
Collapse All | Expand All

(-)Makefile (-7 / +19 lines)
Lines 14-23 Link Here
14
LICENSE_FILE_LGPL21=	${WRKSRC}/COPYING.LESSER
14
LICENSE_FILE_LGPL21=	${WRKSRC}/COPYING.LESSER
15
15
16
LIB_DEPENDS=	libnettle.so:${PORTSDIR}/security/nettle \
16
LIB_DEPENDS=	libnettle.so:${PORTSDIR}/security/nettle \
17
		libp11-kit.so:${PORTSDIR}/security/p11-kit \
18
		libidn.so:${PORTSDIR}/dns/libidn \
19
		libtasn1.so:${PORTSDIR}/security/libtasn1 \
17
		libtasn1.so:${PORTSDIR}/security/libtasn1 \
20
		libtspi.so:${PORTSDIR}/security/trousers
21
18
22
USES=		gmake iconv libtool makeinfo pathfix pkgconfig tar:xz
19
USES=		gmake iconv libtool makeinfo pathfix pkgconfig tar:xz
23
USE_LDCONFIG=	yes
20
USE_LDCONFIG=	yes
Lines 29-44 Link Here
29
LDFLAGS+=	-L${LOCALBASE}/lib
26
LDFLAGS+=	-L${LOCALBASE}/lib
30
MAKE_ENV=	MAKEINFOFLAGS=--no-split
27
MAKE_ENV=	MAKEINFOFLAGS=--no-split
31
28
32
OPTIONS_DEFINE=	EXAMPLES LIBDANE NLS
29
OPTIONS_DEFINE=		CRYWRAP EXAMPLES LIBDANE NLS P11KIT TPM ZLIB
33
OPTIONS_SUB=	yes
30
OPTIONS_DEFAULT=	CRYWRAP P11KIT TPM ZLIB
31
OPTIONS_SUB=		yes
34
32
35
LIBDANE_DESC=		DNSSEC support for DANE (danetool --check)
33
CRYWRAP_DESC=			Enable Crywrap TLS proxy service
36
LIBDANE_LIB_DEPENDS=	libunbound.so:${PORTSDIR}/dns/unbound
34
CRYWRAP_LIB_DEPENDS=		libidn.so:${PORTSDIR}/dns/libidn
35
CRYWRAP_CONFIGURE_ENABLE=	crywrap
36
37
LIBDANE_DESC=			DNSSEC support for DANE (danetool --check)
38
LIBDANE_LIB_DEPENDS=		libunbound.so:${PORTSDIR}/dns/unbound
37
LIBDANE_CONFIGURE_ENABLE=	libdane
39
LIBDANE_CONFIGURE_ENABLE=	libdane
38
40
39
NLS_CONFIGURE_ENABLE=	nls
41
NLS_CONFIGURE_ENABLE=	nls
40
NLS_USES=		gettext
42
NLS_USES=		gettext
41
43
44
P11KIT_DESC=		PKCS\#11 and p11-kit support
45
P11KIT_CONFIGURE_WITH=	p11-kit
46
P11KIT_LIB_DEPENDS=	libp11-kit.so:${PORTSDIR}/security/p11-kit
47
48
TPM_DESC=		TPM (trousers) support
49
TPM_CONFIGURE_WITH=	tpm
50
TPM_LIB_DEPENDS=	libtspi.so:${PORTSDIR}/security/trousers
51
52
ZLIB_CONFIGURE_WITH=	zlib
53
42
INFO=		gnutls gnutls-guile
54
INFO=		gnutls gnutls-guile
43
55
44
post-patch:
56
post-patch:
(-)pkg-plist (-2 / +2 lines)
Lines 4-13 Link Here
4
bin/gnutls-cli-debug
4
bin/gnutls-cli-debug
5
bin/gnutls-serv
5
bin/gnutls-serv
6
bin/ocsptool
6
bin/ocsptool
7
bin/p11tool
7
%%P11KIT%%bin/p11tool
8
bin/psktool
8
bin/psktool
9
bin/srptool
9
bin/srptool
10
bin/tpmtool
10
%%TPM%%bin/tpmtool
11
include/gnutls/abstract.h
11
include/gnutls/abstract.h
12
include/gnutls/compat.h
12
include/gnutls/compat.h
13
include/gnutls/crypto.h
13
include/gnutls/crypto.h

Return to bug 192090