aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOliver Lehmann <oliver@FreeBSD.org>2003-10-19 09:32:55 +0000
committerOliver Lehmann <oliver@FreeBSD.org>2003-10-19 09:32:55 +0000
commitc75b1bc6be44671ba48ceb69f3cdb32d74ce3b8f (patch)
tree42ab14c666b4f04eb9d98025e969803ff1ca0c3e
parent2d3434d965b15439400532755fecb7faede7ccdd (diff)
downloadports-c75b1bc6be44671ba48ceb69f3cdb32d74ce3b8f.tar.gz
ports-c75b1bc6be44671ba48ceb69f3cdb32d74ce3b8f.zip
Notes
-rw-r--r--mail/courier-imap/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/mail/courier-imap/Makefile b/mail/courier-imap/Makefile
index e8486d666b05..07abd5c8c5f1 100644
--- a/mail/courier-imap/Makefile
+++ b/mail/courier-imap/Makefile
@@ -7,7 +7,7 @@
PORTNAME= courier-imap
PORTVERSION= 2.1.2
-PORTREVISION= 0
+PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= mail ipv6
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
@@ -37,6 +37,7 @@ USE_GMAKE= yes
# WITH_LDAP20: Build in ldap support with openldap 2.0
# WITH_LDAP1: Build in ldap support with openldap 1.x
# WITH_FAM: Build in fam support for IDLE command
+# WITH_TRASHQUOTA: Include deleted mails in the quota
#
CONFDIR?= ${PREFIX}/etc/${PORTNAME}
@@ -78,6 +79,10 @@ BUILD_DEPENDS+= ${VPOPMAILDIR}/lib/libvpopmail.a:${PORTSDIR}/mail/vpopmail
PLIST_SUB+= VPOPMAILFLAG=""
.endif
+.if defined(WITH_TRASHQUOTA)
+CONFIGURE_ARGS+=--with-trashquota
+.endif
+
.if defined(WITH_LDAP)
WITH_LDAP21= yes
.endif