summaryrefslogtreecommitdiff
path: root/mail/jchkmail/Makefile
diff options
context:
space:
mode:
authormanu <manu>2003-09-22 14:33:35 +0000
committermanu <manu>2003-09-22 14:33:35 +0000
commit134345a96cd8e264cb6e5b142fd96c6769b29391 (patch)
tree8cec2f71eb759deb95ce21d9bf18be72ff168b71 /mail/jchkmail/Makefile
parent9dc55a5f84ced184c7f41de170e1f77d293baf03 (diff)
downloadpkgsrc-134345a96cd8e264cb6e5b142fd96c6769b29391.tar.gz
Behavior-based virus and spam milter for Sendmail
Diffstat (limited to 'mail/jchkmail/Makefile')
-rw-r--r--mail/jchkmail/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/mail/jchkmail/Makefile b/mail/jchkmail/Makefile
new file mode 100644
index 00000000000..89362678dc4
--- /dev/null
+++ b/mail/jchkmail/Makefile
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1.1.1 2003/09/22 14:33:35 manu Exp $
+#
+
+DISTNAME= jchkmail-1.3.1a
+CATEGORIES= mail
+MASTER_SITES= http://j-chkmail.ensmp.fr/download/
+
+MAINTAINER= manu@netbsd.org
+HOMEPAGE= http://j-chkmail.ensmp.fr/
+COMMENT= Behavior-based virus and spam milter for Sendmail
+
+USE_BUILDLINK2= yes
+USE_PKGLOCALEDIR= yes
+GNU_CONFIGURE= yes
+
+CONFIGURE_ARGS+= --with-rc-dir=${LOCALBASE}/etc/rc.d \
+ --with-conf-dir=${LOCALBASE}/etc/jchkmail
+
+.include "../../mail/libmilter/buildlink2.mk"
+.include "../../mk/pthread.buildlink2.mk"
+.include "../../mk/bsd.pkg.mk"