diff options
author | roam <roam@FreeBSD.org> | 2001-12-18 02:52:19 +0800 |
---|---|---|
committer | roam <roam@FreeBSD.org> | 2001-12-18 02:52:19 +0800 |
commit | 650bbb318e88eb363282e92b4ca6a5453145e492 (patch) | |
tree | f7a01f12ca6a1f078efb8bc3f034fd085d006224 /mail/vpopmail-devel/Makefile | |
parent | 19c1d219ba75cc5766b4c240cc072e7a3ec2bb62 (diff) | |
download | freebsd-ports-graphics-650bbb318e88eb363282e92b4ca6a5453145e492.tar.gz freebsd-ports-graphics-650bbb318e88eb363282e92b4ca6a5453145e492.tar.zst freebsd-ports-graphics-650bbb318e88eb363282e92b4ca6a5453145e492.zip |
Update to 5.0.1.
Add the WITH_QMAIL_EXT knob to enable the user-* address extensions.
Diffstat (limited to 'mail/vpopmail-devel/Makefile')
-rw-r--r-- | mail/vpopmail-devel/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/mail/vpopmail-devel/Makefile b/mail/vpopmail-devel/Makefile index 4547619a70c..200c3a3917b 100644 --- a/mail/vpopmail-devel/Makefile +++ b/mail/vpopmail-devel/Makefile @@ -6,7 +6,7 @@ # PORTNAME= vpopmail -PORTVERSION= 5.0 +PORTVERSION= 5.0.1 CATEGORIES= mail MASTER_SITES= http://www.inter7.com/vpopmail/ @@ -40,6 +40,7 @@ CONFIGURE_ARGS= --enable-qmaildir=${QMAIL_DIR} \ # WITHOUT_ROAMING - disallow roaming users # WITH_IP_ALIAS - enables IP aliasing # WITH_DELIVER_FILTER - enables the experimental vdelivermail filter +# WITH_QMAIL_EXT - enables qmail-like user-* address extesions processing # # Set these to the values you'd prefer # @@ -147,6 +148,10 @@ CONFIGURE_ARGS+= --enable-ip-alias-domains=y CONFIGURE_ARGS+= --enable-deliver-filter=y .endif +.if defined(WITH_QMAIL_EXT) +CONFIGURE_ARGS+= --enable-qmail-ext=y +.endif + # # This port doesn't honour PREFIX, it honours vpopmail's home directory. # Since we create vpopmail if it doesn't exist, we set it so that it |