freebsd-ports/security/squidclamav/Makefile
Peter Pentchev c189a6b2da Bump the version of the curl shared library after the ftp/curl update
to 7.19.2.
Bump PORTREVISION, even on the ports that do not have a versioned
dependency, since the binaries will most probably still stop working.
2009-01-23 15:43:14 +00:00

32 lines
739 B
Makefile

# New ports collection makefile for: squidclamav
# Date created: 2008-06-02
# Whom: Laurent LEVIER <llevier@argosnet.com>
#
# $FreeBSD$
#
PORTNAME= squidclamav
PORTVERSION= 3.5
PORTREVISION= 1
CATEGORIES= security
MASTER_SITES= http://www.samse.fr/GPL/squidclamav/
MAINTAINER= llevier@argosnet.com
COMMENT= Squid interface to ClamAV
LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl
USE_GMAKE= yes
GNU_CONFIGURE= yes
NO_LATEST_LINK= yes
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
SUB_FILES= pkg-message
PLIST_FILES= bin/squidclamav etc/squidclamav.conf.dist
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/squidclamav ${PREFIX}/bin
@${INSTALL_DATA} ${WRKSRC}/squidclamav.conf.dist ${PREFIX}/etc
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>