diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2006-07-25 11:28:53 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2006-07-25 11:28:53 +0000 |
commit | 3d34218a2404114ed7ecb36a4930674f6db4bae6 (patch) | |
tree | 822f3cc81556b420606ac4d4cebf4422e84a0b5d /mail/popa3d-before-sendmail | |
parent | 2589e2491c2dc357eb9f0f92f33a293ac4063902 (diff) |
Notes
Diffstat (limited to 'mail/popa3d-before-sendmail')
-rw-r--r-- | mail/popa3d-before-sendmail/Makefile | 5 |
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 |