summaryrefslogtreecommitdiff
path: root/mail/dspam/Makefile
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-04-05 18:42:17 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-04-05 18:42:17 +0000
commit4aa258a4671a185fd7eaf0d43957214f324343f0 (patch)
tree8e240f02c08d9cf3f23611c3755913b8edc8d111 /mail/dspam/Makefile
parentFix buffer overflow (CAN-2003-1023). (diff)
- Update to 2.10.3
- New knobs: SIGNATURE_HEADERS, WHITELIST PR: ports/65131 Submitted by: Talal Al-Dik <tad@vif.com> This patch by: <rob@debank.tv> (maintainer)
Notes
Notes: svn path=/head/; revision=106246
Diffstat (limited to 'mail/dspam/Makefile')
-rw-r--r--mail/dspam/Makefile14
1 files changed, 12 insertions, 2 deletions
diff --git a/mail/dspam/Makefile b/mail/dspam/Makefile
index 9be779410391..353130eff7bf 100644
--- a/mail/dspam/Makefile
+++ b/mail/dspam/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= dspam
-PORTVERSION= 2.10.1
+PORTVERSION= 2.10.3
CATEGORIES= mail
MASTER_SITES= http://www.nuclearelephant.com/projects/dspam/sources/
@@ -17,7 +17,9 @@ OPTIONS= MYSQL "Use MySQL and not db4 as database" off \
MAILDROP "Use Maildrop as local delivery agent" off \
PROCMAIL "Use Procmail as local delivery agent" off \
QMAIL "Play nice with Qmail mail server" off \
- ENABLE_SPAM_DELIVERY "Deliver messages marked as spam" off
+ ENABLE_SPAM_DELIVERY "Deliver messages marked as spam" off \
+ SIGNATURE_HEADERS "Put signatures in the header" off \
+ WHITELIST "Automatic whitelisting of ham" off
USE_LIBTOOL_VER=13
USE_REINPLACE= yes
@@ -71,6 +73,14 @@ CONFIGURE_ARGS+= --with-signature-life=${WITH_SIGNATURE_LIFE}
CONFIGURE_ARGS+= --enable-spam-delivery
.endif
+.if defined(WITH_SIGNATURE_HEADERS)
+CONFIGURE_ARGS+= --enable-signature-headers
+.endif
+
+.if defined(WITH_WHITELIST)
+CONFIGURE_ARGS+= --enable-whitelist
+.endif
+
DOCS= CHANGE README
post-patch: