aboutsummaryrefslogtreecommitdiff
path: root/mail/mimedefang/Makefile
diff options
context:
space:
mode:
authorBeech Rintoul <beech@FreeBSD.org>2011-08-13 07:52:29 +0000
committerBeech Rintoul <beech@FreeBSD.org>2011-08-13 07:52:29 +0000
commitc049bad58d3d20032ca8aea532cf19adc803080e (patch)
treead86dfb7dfb3bb5973cb5ef6150cda92e04a066a /mail/mimedefang/Makefile
parentc5534bb8040ef9f1ba2f3910ca72aa9417bb2108 (diff)
Notes
Diffstat (limited to 'mail/mimedefang/Makefile')
-rw-r--r--mail/mimedefang/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/mail/mimedefang/Makefile b/mail/mimedefang/Makefile
index 73710106a81c..9c7478c96d17 100644
--- a/mail/mimedefang/Makefile
+++ b/mail/mimedefang/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= mimedefang
-PORTVERSION= 2.71
+PORTVERSION= 2.72
CATEGORIES= mail
MASTER_SITES= http://www.mimedefang.org/static/
@@ -35,6 +35,7 @@ CONFIGURE_ARGS+= --sysconfdir=${PREFIX}/etc \
--with-user=${MAILUSER} \
--with-spooldir=${SPOOLDIR} \
--with-quarantinedir=${QUARANTINEDIR} \
+ --with-ipheader \
--prefix=${PREFIX}
.if defined (MIMEDEFANG_DISABLE_CLAMAV)
@@ -43,6 +44,7 @@ CONFIGURE_ARGS+= --disable-antivirus \
--disable-clamd
.endif
+MAN1= mimedefang-util.1
MAN5= mimedefang-filter.5
MAN7= mimedefang-notify.7 mimedefang-protocol.7
MAN8= mimedefang.8 mimedefang.pl.8 mimedefang-multiplexor.8 \
@@ -50,7 +52,7 @@ MAN8= mimedefang.8 mimedefang.pl.8 mimedefang-multiplexor.8 \
SUB_FILES= pkg-message
-CONFIG_FILES= mimedefang-filter sa-mimedefang.cf
+CONFIG_FILES= mimedefang-filter sa-mimedefang.cf mimedefang-ip-key
.include <bsd.port.pre.mk>