diff options
author | Peter Pentchev <roam@FreeBSD.org> | 2001-12-17 18:52:19 +0000 |
---|---|---|
committer | Peter Pentchev <roam@FreeBSD.org> | 2001-12-17 18:52:19 +0000 |
commit | 93ec79962e5762a2b4017ec6138e7d354aa218fc (patch) | |
tree | 797a2b56f26c5258415e74e68b27112f7184f8a4 /mail/vpopmail-devel/Makefile | |
parent | 5579dde8968621f6000f71eebc422bbbfa1bd8ff (diff) | |
download | ports-93ec79962e5762a2b4017ec6138e7d354aa218fc.tar.gz ports-93ec79962e5762a2b4017ec6138e7d354aa218fc.zip |
Notes
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 4547619a70cb..200c3a3917b9 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 |