1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-14 07:43:06 +00:00
freebsd-ports/security/spybye/Makefile
2021-04-06 16:31:07 +02:00

26 lines
490 B
Makefile

# Created by: pauls
PORTNAME= spybye
PORTVERSION= 0.3
PORTREVISION= 7
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
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>