diff options
author | manu <manu> | 2003-04-03 14:46:02 +0000 |
---|---|---|
committer | manu <manu> | 2003-04-03 14:46:02 +0000 |
commit | 66923d08cc9863c141c767ac4529a0b1ae581d53 (patch) | |
tree | 69e4af033c7b642e1ea807a9edea57f8a5a59129 /mail/spamass-milter/Makefile | |
parent | 6250ef6addc14c927b096c969bc32a2315066b72 (diff) | |
download | pkgsrc-66923d08cc9863c141c767ac4529a0b1ae581d53.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/Makefile | 19 |
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" |