opnsense-ports/security/spybye/Makefile
Franco Fichtner c9798a7233 */*: sync with upstream
Taken from: HardenedBSD
2017-09-27 18:40:03 +02:00

28 lines
526 B
Makefile

# Created by: pauls
# $FreeBSD$
PORTNAME= spybye
PORTVERSION= 0.3
PORTREVISION= 6
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:devel/libevent
USE_HARDENING= pie:off
OPTIONS_DEFINE= CLAMAV
CLAMAV_DESC= Enable CLAMAV support
USE_RC_SUBR= spybye
GNU_CONFIGURE= yes
CLAMAV_LIB_DEPENDS= libclamav.so:security/clamav
CLAMAV_CONFIGURE_ON= --with-libclamav=${PREFIX}/bin
.include <bsd.port.mk>