summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorrh <rh@pkgsrc.org>2000-10-23 14:52:53 +0000
committerrh <rh@pkgsrc.org>2000-10-23 14:52:53 +0000
commite36577779335c770d202aec4047608671c61c211 (patch)
tree84c90ebf50e78425472eea250c9a23e1177440ec /security
parent5aa26be422166d950b86b5a7fdcc3a687a88c342 (diff)
downloadpkgsrc-e36577779335c770d202aec4047608671c61c211.tar.gz
Update amavis to 0.2.1p3. Changes are bugfixes, enhanced MIME decoding,
and the capability to decode (and virus-check) MS-TNEF attachments
Diffstat (limited to 'security')
-rw-r--r--security/amavis/Makefile20
1 files changed, 14 insertions, 6 deletions
diff --git a/security/amavis/Makefile b/security/amavis/Makefile
index f5624a8073f..f6f872db427 100644
--- a/security/amavis/Makefile
+++ b/security/amavis/Makefile
@@ -1,16 +1,18 @@
-# $NetBSD: Makefile,v 1.2 2000/06/19 14:36:22 rh Exp $
+# $NetBSD: Makefile,v 1.3 2000/10/23 14:52:53 rh Exp $
#
-DISTNAME= amavis-0.2.0-pre6
-PKGNAME= amavis-0.2.0p6
+DISTNAME= amavis-0.2.1-pre3
+PKGNAME= amavis-0.2.1p3
CATEGORIES= security mail
-MASTER_SITES= http://aachalon.de/AMaViS/
+MASTER_SITES= http://www.amavis.org/dist/ \
+ http://aachalon.de/AMaViS/
MAINTAINER= rh@netbsd.org
-HOMEPAGE= http://satan.oih.rwth-aachen.de/AMaViS/amavis.html
+HOMEPAGE= http://www.amavis.org/
DEPENDS+= uvscan-[0-9]*:../../security/uvscan
-DEPENDS+= mm-*:../../mail/metamail
+DEPENDS+= maildrop-*:../../mail/maildrop
+DEPENDS+= tnef-*:../../mail/tnef
DEPENDS+= unzip-*:../../archivers/unzip
DEPENDS+= unarj-*:../../archivers/unarj
DEPENDS+= unrar-*:../../archivers/unrar
@@ -24,6 +26,7 @@ VIRUSDIR?= /var/log/virusmails # where to put contaminated mails
VIRUSMAILTO?= security # whom to notify about viruses
GNU_CONFIGURE= YES
+CONFIGURE_ENV+= procmail="/usr/libexec/mail.local"
CONFIGURE_ARGS+=--with-virusdir=${VIRUSDIR}
CONFIGURE_ARGS+=--with-mailto=${VIRUSMAILTO}
@@ -35,5 +38,10 @@ do-install:
${INSTALL_SCRIPT} ${WRKSRC}/src/scanmails/scanmails ${PREFIX}/sbin
${SED} -e 's#@PREFIX@#${PREFIX}#g' < ${PKGDIR}/MESSAGE \
>${WRKDIR}/MESSAGE
+ ${SED} -e 's#@PREFIX@#${PREFIX}#g' < ${FILESDIR}/amavis.m4 \
+ >${WRKDIR}/amavis.m4
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/amavis
+ ${INSTALL_DATA} ${FILESDIR}/LICENSE.sendmail ${PREFIX}/share/examples/amavis
+ ${INSTALL_DATA} ${WRKDIR}/amavis.m4 ${PREFIX}/share/examples/amavis
.include "../../mk/bsd.pkg.mk"