From 4fe0fd9fbacd7a1a6d088d03e3b799287822559e Mon Sep 17 00:00:00 2001 From: marcus Date: Wed, 6 Sep 2006 19:14:23 +0000 Subject: Add an option to enable the experimental IMAP4 backend. This backend is required by some users (including myself) to make Evo work with IMAP servers that support multiple namespaces. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7256 df743ca5-7f9a-e211-a948-0013205c9059 --- databases/evolution-data-server/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'databases') diff --git a/databases/evolution-data-server/Makefile b/databases/evolution-data-server/Makefile index d1e359bc8..2e0a6239d 100644 --- a/databases/evolution-data-server/Makefile +++ b/databases/evolution-data-server/Makefile @@ -3,7 +3,7 @@ # Whom: Joe Marcus Clarke # # $FreeBSD$ -# $MCom: ports/databases/evolution-data-server/Makefile,v 1.94 2006/08/21 18:28:10 ahze Exp $ +# $MCom: ports/databases/evolution-data-server/Makefile,v 1.95 2006/09/04 17:58:07 ahze Exp $ # PORTNAME= evolution-data-server @@ -45,6 +45,8 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${BDB_INCLUDE_DIR} ${PTHREAD_C PLIST_SUB= VERSION="1.8" EVO_VERSION="1.2" +OPTIONS= IMAP4 "Enable experimental IMAP4 backend" off + .include .if ( ( ${OSVERSION} < 504101 ) || ( ${OSVERSION} >= 600000 && ${OSVERSION} < 600012 ) ) @@ -63,6 +65,10 @@ CONFIGURE_ARGS+= --with-krb5=${LOCALBASE} .endif .endif +.if defined(WITH_IMAP4) +CONFIGURE_ARGS+= --enable-imap4=yes +.endif + post-patch: @${REINPLACE_CMD} -e 's|-ldb|-l${BDB_LIB_NAME}|g' \ ${WRKSRC}/configure -- cgit v1.2.3