summaryrefslogtreecommitdiff
path: root/security/amavis/Makefile
diff options
context:
space:
mode:
authorrh <rh@pkgsrc.org>2000-06-05 14:37:58 +0000
committerrh <rh@pkgsrc.org>2000-06-05 14:37:58 +0000
commit36de45835e10428431c2f7c5176c7f00691017c3 (patch)
treea39e40265ac5cbb392ba026340b47722390a46f7 /security/amavis/Makefile
parenta4fbd15bb85b4e2bdfe3b0f7e073a64eddbad59d (diff)
downloadpkgsrc-36de45835e10428431c2f7c5176c7f00691017c3.tar.gz
Initial import of amavis-0.2.0p6, a mail virus scanner
Diffstat (limited to 'security/amavis/Makefile')
-rw-r--r--security/amavis/Makefile35
1 files changed, 35 insertions, 0 deletions
diff --git a/security/amavis/Makefile b/security/amavis/Makefile
new file mode 100644
index 00000000000..da6a12c1f8b
--- /dev/null
+++ b/security/amavis/Makefile
@@ -0,0 +1,35 @@
+# $NetBSD: Makefile,v 1.1.1.1 2000/06/05 14:37:58 rh Exp $
+#
+
+DISTNAME= amavis-0.2.0-pre6
+PKGNAME= amavis-0.2.0p6
+CATEGORIES= security mail
+MASTER_SITES= http://aachalon.de/AMaViS/
+
+MAINTAINER= rh@netbsd.org
+HOMEPAGE= http://satan.oih.rwth-aachen.de/AMaViS/amavis.html
+
+DEPENDS+= uvscan-[0-9]*:../../security/uvscan
+DEPENDS+= mm-*:../../mail/metamail
+DEPENDS+= unzip-*:../../archivers/unzip
+DEPENDS+= unarj-*:../../archivers/unarj
+DEPENDS+= unrar-*:../../archivers/unrar
+DEPENDS+= xbin-*:../../archivers/xbin
+DEPENDS+= lha-*:../../archivers/lha
+DEPENDS+= zoo-*:../../archivers/zoo
+DEPENDS+= freeze-*:../../archivers/freeze
+DEPENDS+= arc-*:../../archivers/arc
+
+VIRUSDIR?= /var/log/virusmails # where to put contaminated mails
+VIRUSMAILTO?= security # whom to notify about viruses
+
+GNU_CONFIGURE= YES
+CONFIGURE_ARGS+=--with-virusdir=${VIRUSDIR}
+CONFIGURE_ARGS+=--with-mailto=${VIRUSMAILTO}
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/src/zipsecure/zipsecure ${PREFIX}/bin
+ ${INSTALL_PROGRAM} ${WRKSRC}/src/securetar/securetar ${PREFIX}/bin
+ ${INSTALL_SCRIPT} ${WRKSRC}/src/scanmails/scanmails ${PREFIX}/sbin
+
+.include "../../mk/bsd.pkg.mk"