diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-04-28 21:02:39 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-04-28 21:02:39 +0000 |
commit | 0b881b0ecebc9440a559f1c2b27758488a1188fa (patch) | |
tree | 933fd11da647dda8c169bc24693094174bdc0355 /security/spybye | |
parent | 928d434bd206738b7213dd9b5802c680794a9b10 (diff) |
Notes
Diffstat (limited to 'security/spybye')
-rw-r--r-- | security/spybye/Makefile | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/security/spybye/Makefile b/security/spybye/Makefile index a072780a507d..1f8b1b7c8612 100644 --- a/security/spybye/Makefile +++ b/security/spybye/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: spybye -# Date created: 23 May 2008 -# Whom: pauls -# +# Created by: pauls # $FreeBSD$ -# PORTNAME= spybye PORTVERSION= 0.3 @@ -16,7 +12,8 @@ COMMENT= A web proxy to detect malware LIB_DEPENDS= event-1.4:${PORTSDIR}/devel/libevent -OPTIONS= CLAMAV "Enable CLAMAV support" off +OPTIONS_DEFINE= CLAMAV +CLAMAV_DESC= Enable CLAMAV support USE_RC_SUBR= spybye GNU_CONFIGURE= yes @@ -25,7 +22,7 @@ MAN1= spybye.1 .include <bsd.port.pre.mk> -.if defined(WITH_CLAMAV) +.if ${PORT_OPTIONS:MCLAMAV} LIB_DEPENDS+= clamav.7:${PORTSDIR}/security/clamav CONFIGURE_ARGS+= --with-libclamav=${PREFIX}/bin .endif |