summaryrefslogtreecommitdiff
path: root/mail/spamass-milter/Makefile
diff options
context:
space:
mode:
authormanu <manu@pkgsrc.org>2003-04-03 14:46:02 +0000
committermanu <manu@pkgsrc.org>2003-04-03 14:46:02 +0000
commit6c16c0d5906585c4d0313e30446ebeee68fb94d9 (patch)
tree69e4af033c7b642e1ea807a9edea57f8a5a59129 /mail/spamass-milter/Makefile
parentad87f838062b04b415277b49f21a31488148a52d (diff)
downloadpkgsrc-6c16c0d5906585c4d0313e30446ebeee68fb94d9.tar.gz
A little plugin for the Sendmail Milter (Mail Filter) library that pipes
all incoming mail (including things received by rmail/UUCP) through the SpamAssassin, a highly customizable SpamFilter.
Diffstat (limited to 'mail/spamass-milter/Makefile')
-rw-r--r--mail/spamass-milter/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/mail/spamass-milter/Makefile b/mail/spamass-milter/Makefile
new file mode 100644
index 00000000000..f030761b263
--- /dev/null
+++ b/mail/spamass-milter/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1.1.1 2003/04/03 14:46:02 manu Exp $
+#
+
+DISTNAME= spamass-milter-0.1.3a
+CATEGORIES= mail
+MASTER_SITES= http://savannah.nongnu.org/download/spamass-milt/
+
+MAINTAINER= manu@netbsd.org
+HOMEPAGE= http://savannah.nongnu.org/projects/spamass-milt/
+COMMENT= Milter interface to Spamassassin
+
+DEPENDS+= spamassassin:../../mail/spamassassin
+
+USE_BUILDLINK2= YES
+GNU_CONFIGURE= YES
+
+.include "../../mk/pthread.buildlink2.mk"
+.include "../../mail/libmilter/buildlink2.mk"
+.include "../../mk/bsd.pkg.mk"