- 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>
This commit is contained in:
Oliver Lehmann 2003-10-19 09:32:55 +00:00
parent 2d3434d965
commit c75b1bc6be
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=91646

View File

@ -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