blob: f9809fca35e9c5b409d0c871c2d3ad1836906a5e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
# 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>
|