summaryrefslogtreecommitdiff
path: root/security/amavisd
diff options
context:
space:
mode:
authorOliver Braun <obraun@FreeBSD.org>2002-08-21 21:30:57 +0000
committerOliver Braun <obraun@FreeBSD.org>2002-08-21 21:30:57 +0000
commit5a36740c3e0287c33745cf6dacfdb90c9fe57679 (patch)
tree69e1e30b3179f9565ed9c83c95f33f4f361aeebf /security/amavisd
parent(1) Take over maintainership whilst unifying the Sleepycat ports (diff)
Add variables WARNSENDER, WARNRECIP, WARNADMIN and SMTPPORT.
Add USE_PERL5. PR: ports/41695 Submitted by: maintainer Approved by: dwcjr (mentor)
Notes
Notes: svn path=/head/; revision=64774
Diffstat (limited to 'security/amavisd')
-rw-r--r--security/amavisd/Makefile18
1 files changed, 14 insertions, 4 deletions
diff --git a/security/amavisd/Makefile b/security/amavisd/Makefile
index 49c586e30d16..0a1d17948fd7 100644
--- a/security/amavisd/Makefile
+++ b/security/amavisd/Makefile
@@ -33,14 +33,24 @@ BUILD_DEPENDS= ${LOCALBASE}/bin/arc:${PORTSDIR}/archivers/arc \
RUN_DEPENDS= ${BUILD_DEPENDS}
GNU_CONFIGURE= yes
+USE_PERL5= yes
-AMAVISUSER?= vscan
AMAVISGROUP?= vscan
+AMAVISUSER?= vscan
+SMTPPORT?= 10025
+STARTSCRIPT= amavisd.sh
+WARNADMIN?= yes
+WARNRECIP?= no
+WARNSENDER?= no
-CONFIGURE_ARGS+= --sysconfdir=${PREFIX}/etc --with-amavisuser=${AMAVISUSER}:${AMAVISGROUP}
-CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib"
+CONFIGURE_ARGS+= --sysconfdir=${PREFIX}/etc \
+ --with-amavisuser=${AMAVISUSER}:${AMAVISGROUP} \
+ --with-smtp-port=${SMTPPORT} \
+ --with-warnsender=${WARNSENDER} \
+ --with-warnrecip=${WARNRECIP} \
+ --with-warnadmin=${WARNADMIN}
-STARTSCRIPT= amavisd.sh
+CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib"
.if defined(WITH_POSTFIX)
CONFIGURE_ARGS+= --enable-postfix