aboutsummaryrefslogtreecommitdiff
path: root/mail/popa3d-before-sendmail
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2006-07-25 11:28:53 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2006-07-25 11:28:53 +0000
commit3d34218a2404114ed7ecb36a4930674f6db4bae6 (patch)
tree822f3cc81556b420606ac4d4cebf4422e84a0b5d /mail/popa3d-before-sendmail
parent2589e2491c2dc357eb9f0f92f33a293ac4063902 (diff)
downloadports-3d34218a2404114ed7ecb36a4930674f6db4bae6.tar.gz
ports-3d34218a2404114ed7ecb36a4930674f6db4bae6.zip
- update for changes in master ports
Notes
Notes: svn path=/head/; revision=168714
Diffstat (limited to 'mail/popa3d-before-sendmail')
-rw-r--r--mail/popa3d-before-sendmail/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/mail/popa3d-before-sendmail/Makefile b/mail/popa3d-before-sendmail/Makefile
index f4b0bc9b0d15..36160a143b34 100644
--- a/mail/popa3d-before-sendmail/Makefile
+++ b/mail/popa3d-before-sendmail/Makefile
@@ -9,9 +9,12 @@ CATEGORIES= mail
MAINTAINER= dinoex@FreeBSD.org
-SMTP_AFTER_POP3= yes
+WITH_SMTP_AFTER_POP3= yes
MASTERDIR?= ${.CURDIR}/../popa3d
+OPTIONS?= STANDALONE_POP3 "Unattended server mode" off \
+ SMTP_AFTER_POP3 "Enable SMTP-after-POP mode" on
+
.if exists(${.CURDIR}/Makefile.local)
.include "${.CURDIR}/Makefile.local"
.endif