e6e5a73ea4
- Add LICENSE - Pass Maintainership [1] Differential Revision: https://reviews.freebsd.org/D1494 Submitted by: pauls@utdallas.edu [1] Approved by: bapt(mentor)
27 lines
527 B
Makefile
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>
|