summaryrefslogtreecommitdiff
path: root/mail/milter-greylist/Makefile
diff options
context:
space:
mode:
authormanu <manu>2004-04-14 15:45:45 +0000
committermanu <manu>2004-04-14 15:45:45 +0000
commit243e350edbc352e89b5021dd3fe7d7aa24a6c7de (patch)
tree852143f1bc8d431b531e95f60afbfdadbe211a80 /mail/milter-greylist/Makefile
parente0dc1f2c873930fbabad64549b99cec36f15fb2c (diff)
downloadpkgsrc-243e350edbc352e89b5021dd3fe7d7aa24a6c7de.tar.gz
Upgrade milter greylist to 1.2
- SMTP AUTH support - subnet matching and SPF support to better work with mail farms - All command line options now have equivalent in the config file - IPv6 aware - regex can be used in the configuration file
Diffstat (limited to 'mail/milter-greylist/Makefile')
-rw-r--r--mail/milter-greylist/Makefile10
1 files changed, 6 insertions, 4 deletions
diff --git a/mail/milter-greylist/Makefile b/mail/milter-greylist/Makefile
index db630008055..a0d712dce48 100644
--- a/mail/milter-greylist/Makefile
+++ b/mail/milter-greylist/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2004/04/12 13:55:59 tron Exp $
+# $NetBSD: Makefile,v 1.8 2004/04/14 15:45:45 manu Exp $
-DISTNAME= milter-greylist-1.0.2
-PKGREVISION= 1
+DISTNAME= milter-greylist-1.2
CATEGORIES= mail
MASTER_SITES= ftp://ftp.espci.fr/pub/milter-greylist/
EXTRACT_SUFX= .tgz
@@ -14,7 +13,9 @@ USE_PKGINSTALL= YES
USE_BUILDLINK2= YES
HAS_CONFIGURE= YES
-CONFIGURE_ARGS+=--with-user=smmsp --prefix=${PREFIX}
+CONFIGURE_ARGS+=--with-user=smmsp
+CONFIGURE_ARGS+=--with-libspf_alt=${PREFIX}
+CONFIGURE_ARGS+=--prefix=${PREFIX}
ALL_TARGET= milter-greylist
PKG_GROUPS= smmsp
@@ -29,5 +30,6 @@ post-install:
${PREFIX}/share/examples/milter-greylist
.include "../../mail/libmilter/buildlink2.mk"
+.include "../../mail/libspf-alt/buildlink2.mk"
.include "../../mk/pthread.buildlink2.mk"
.include "../../mk/bsd.pkg.mk"