View | Details | Raw Unified | Return to bug 204334 | Differences between
and this patch

Collapse All | Expand All

(-)fwknop/Makefile (-2 / +13 lines)
Lines 13-21 Link Here
13
13
14
CPE_VENDOR=	cipherdyne
14
CPE_VENDOR=	cipherdyne
15
15
16
OPTIONS_DEFINE=		GPGME
16
OPTIONS_DEFINE=	GPGME
17
OPTIONS_DEFAULT=	GPGME
18
17
18
OPTIONS_SINGLE=	FW
19
OPTIONS_SINGLE_FW=	IPFW PF
20
21
OPTIONS_DEFAULT=	GPGME IPFW
22
23
FW_DESC=	Firewall Backend
24
IPFW_DESC=	Use the IPFW firewall
25
PF_DESC=	Use the PF firewall.
19
GPGME_DESC=	Build support for gpgme
26
GPGME_DESC=	Build support for gpgme
20
27
21
USES=		cpe libtool
28
USES=		cpe libtool
Lines 27-32 Link Here
27
INSTALL_TARGET=	install-strip
34
INSTALL_TARGET=	install-strip
28
INFO=		libfko
35
INFO=		libfko
29
36
37
IPFW_CONFIGURE_WITH=	ipfw=/sbin/ipfw
38
39
PF_CONFIGURE_WITH=	pf=/sbin/pfctl
40
30
GPGME_LIB_DEPENDS=	libgpgme.so:${PORTSDIR}/security/gpgme
41
GPGME_LIB_DEPENDS=	libgpgme.so:${PORTSDIR}/security/gpgme
31
GPGME_CONFIGURE_WITH=	gpgme
42
GPGME_CONFIGURE_WITH=	gpgme
32
43

Return to bug 204334