37c88c8e12
- Chase libclamav version bump on all dependant ports - Bump necessary PORTREVISIONS - Fix some BROKEN messages from ports that were already broken with clamav-0.93 - Mark security/klamav as BROKEN since it doesn't build with clamav-0.94 PR: ports/127122 [1], ports/127310 [2] Submitted by: Gary Palmer <freebsd-gnats@in-addr.com> [1], delphij [2] Approved by: portmgr (pav)
34 lines
682 B
Makefile
34 lines
682 B
Makefile
# New ports collection makefile for: spybye
|
|
# Date created: 23 May 2008
|
|
# Whom: pauls
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= spybye
|
|
PORTVERSION= 0.3
|
|
PORTREVISION= 1
|
|
CATEGORIES= security www
|
|
MASTER_SITES= http://www.monkey.org/~provos/
|
|
|
|
MAINTAINER= pauls@utdallas.edu
|
|
COMMENT= A web proxy to detect malware
|
|
|
|
LIB_DEPENDS= event-1.4:${PORTSDIR}/devel/libevent
|
|
|
|
OPTIONS= CLAMAV "Enable CLAMAV support" off
|
|
|
|
USE_RC_SUBR= spybye.sh
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ENV= LDFLAGS="${LDFLAGS}"
|
|
|
|
MAN1= spybye.1
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if defined(WITH_CLAMAV)
|
|
LIB_DEPENDS+= clamav.5:${PORTSDIR}/security/clamav
|
|
CONFIGURE_ARGS+= --with-libclamav=${PREFIX}/bin
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|