summaryrefslogtreecommitdiff
path: root/mail/milter-greylist/Makefile
diff options
context:
space:
mode:
authormanu <manu>2004-03-04 14:47:56 +0000
committermanu <manu>2004-03-04 14:47:56 +0000
commit7ce2d9f0cee8c8a15fd3e59271c450a1c256929d (patch)
treec5b54070bb3a9cae573a5b113bf93b98743e31e1 /mail/milter-greylist/Makefile
parentc72c9001b8572ba80c95bd248f728094dca7e248 (diff)
downloadpkgsrc-7ce2d9f0cee8c8a15fd3e59271c450a1c256929d.tar.gz
milter-greylist is a greylisting filter for sendmail, it is extremely
effecitve at reducing spam at the time of this writing.
Diffstat (limited to 'mail/milter-greylist/Makefile')
-rw-r--r--mail/milter-greylist/Makefile23
1 files changed, 23 insertions, 0 deletions
diff --git a/mail/milter-greylist/Makefile b/mail/milter-greylist/Makefile
new file mode 100644
index 00000000000..b752ca8e339
--- /dev/null
+++ b/mail/milter-greylist/Makefile
@@ -0,0 +1,23 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/03/04 14:47:56 manu Exp $
+#
+
+DISTNAME= milter-greylist-0.9
+CATEGORIES= mail
+MASTER_SITES= ftp://ftp.espci.fr/pub/milter-greylist/
+EXTRACT_SUFX= .tgz
+
+MAINTAINER= manu@netbsd.rg
+COMMENT= Greylist milter for sendmail
+
+USE_PKGINSTALL= YES
+USE_BUILDLINK2= YES
+
+HAS_CONFIGURE= YES
+CONFIGURE_ARGS+=--with-user=smmsp --prefix=${PREFIX}
+
+PKG_GROUPS= smmsp
+PKG_USERS= smmsp:smmsp::Sendmail\\ Message\\ Submission\\ Program
+
+.include "../../mail/libmilter/buildlink2.mk"
+.include "../../mk/pthread.buildlink2.mk"
+.include "../../mk/bsd.pkg.mk"