freebsd-ports/security/spybye/Makefile
Muhammad Moinur Rahman e6e5a73ea4 security/spybye: Honor %%DATADIR%% in pkg-plist
- Add LICENSE
- Pass Maintainership [1]

Differential Revision:	https://reviews.freebsd.org/D1494
Submitted by:		pauls@utdallas.edu [1]
Approved by:		bapt(mentor)
2015-01-12 11:10:57 +00:00

27 lines
527 B
Makefile

# Created by: pauls
# $FreeBSD$
PORTNAME= spybye
PORTVERSION= 0.3
PORTREVISION= 4
CATEGORIES= security www
MASTER_SITES= http://www.monkey.org/~provos/
MAINTAINER= bofh@FreeBSD.org
COMMENT= Web proxy to detect malware
LICENSE= GPLv2
LIB_DEPENDS= libevent.so:${PORTSDIR}/devel/libevent2
OPTIONS_DEFINE= CLAMAV
CLAMAV_DESC= Enable CLAMAV support
USE_RC_SUBR= spybye
GNU_CONFIGURE= yes
CLAMAV_LIB_DEPENDS= libclamav.so:${PORTSDIR}/security/clamav
CLAMAV_CONFIGURE_ON= --with-libclamav=${PREFIX}/bin
.include <bsd.port.mk>