summaryrefslogtreecommitdiff
path: root/security/spybye/Makefile
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-04-28 21:02:39 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-04-28 21:02:39 +0000
commit0b881b0ecebc9440a559f1c2b27758488a1188fa (patch)
tree933fd11da647dda8c169bc24693094174bdc0355 /security/spybye/Makefile
parent- Add LICENSE. (diff)
Convert security to new options framework
Notes
Notes: svn path=/head/; revision=316749
Diffstat (limited to 'security/spybye/Makefile')
-rw-r--r--security/spybye/Makefile11
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