HEX
Server: Apache/2.4.41 (FreeBSD) OpenSSL/1.0.2s mod_fcgid/2.3.9
System: FreeBSD salazo 12.0-RELEASE-p1303-ZFS hostBSD 12.0-RELEASE-p1303-ZFS DMR amd64
User: admin (1000)
PHP: 7.4.3
Disabled: NONE
Upload Files
File: /usr/ports/security/spybye/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>