diff options
-rw-r--r-- | mail/clamfilter/Makefile | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/mail/clamfilter/Makefile b/mail/clamfilter/Makefile index 2cb165e87643..42c5adcf168f 100644 --- a/mail/clamfilter/Makefile +++ b/mail/clamfilter/Makefile @@ -5,18 +5,25 @@ # $FreeBSD$ # +# Anyone upgrading this port is advised to check all changes since the +# previous tarball; I have updated MASTER_SITES to an alternative +# location, but I have no idea if this is an official mirror or not. +# +# The old site was: http://www.ensita.net/products/clamfilter/ + PORTNAME= clamfilter PORTVERSION= 0.5 CATEGORIES= mail -MASTER_SITES= # disappeared +MASTER_SITES= http://www.wyae.de/software/ensita-clamfilter/ MAINTAINER= ports@FreeBSD.org COMMENT= A small, efficient clamav content filter for Postfix -DEPRECATED= mastersites disappeared -EXPIRATION_DATE= 2006-11-05 - +.if defined(WITH_CLAMAV_DEVEL) +RUN_DEPENDS= ${LOCALBASE}/bin/clamdscan:${PORTSDIR}/security/clamav-devel +.else RUN_DEPENDS= ${LOCALBASE}/bin/clamdscan:${PORTSDIR}/security/clamav +.endif SUB_FILES= pkg-message PLIST_FILES= bin/clamfilter |