aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authoroliver <oliver@FreeBSD.org>2003-10-19 17:32:55 +0800
committeroliver <oliver@FreeBSD.org>2003-10-19 17:32:55 +0800
commit4c1b0e1ecf0cf10492c58ef89ca773597da5fa65 (patch)
tree9d2907d7e060d57cc5ac1749a09120380a391a93 /mail
parentfdce7ce7a936aed87fd6be1951b750ab470165e7 (diff)
downloadfreebsd-ports-gnome-4c1b0e1ecf0cf10492c58ef89ca773597da5fa65.tar.gz
freebsd-ports-gnome-4c1b0e1ecf0cf10492c58ef89ca773597da5fa65.tar.zst
freebsd-ports-gnome-4c1b0e1ecf0cf10492c58ef89ca773597da5fa65.zip
- introduce the make option WITH_TRASHQUOTA
include deleted mails in the quota and prevent the users to use the thrash for extra storage. - bump PORTREVISION PR: ports/55730 Submitted By: Henri Michelon <hmichelon@e-cml.org>
Diffstat (limited to 'mail')
-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