summaryrefslogtreecommitdiffstats
path: root/databases/evolution-data-server
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2006-09-07 03:14:23 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2006-09-07 03:14:23 +0800
commit4fe0fd9fbacd7a1a6d088d03e3b799287822559e (patch)
tree793a970f3ee8884a54b31c3661661b2e4716b6f0 /databases/evolution-data-server
parent20bdbbfbeecd518418c613c4677eb3b896c29848 (diff)
downloadmarcuscom-ports-4fe0fd9fbacd7a1a6d088d03e3b799287822559e.tar
marcuscom-ports-4fe0fd9fbacd7a1a6d088d03e3b799287822559e.tar.gz
marcuscom-ports-4fe0fd9fbacd7a1a6d088d03e3b799287822559e.tar.bz2
marcuscom-ports-4fe0fd9fbacd7a1a6d088d03e3b799287822559e.tar.lz
marcuscom-ports-4fe0fd9fbacd7a1a6d088d03e3b799287822559e.tar.xz
marcuscom-ports-4fe0fd9fbacd7a1a6d088d03e3b799287822559e.tar.zst
marcuscom-ports-4fe0fd9fbacd7a1a6d088d03e3b799287822559e.zip
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
Diffstat (limited to 'databases/evolution-data-server')
-rw-r--r--databases/evolution-data-server/Makefile8
1 files changed, 7 insertions, 1 deletions
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 <marcus@FreeBSD.org>
#
# $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 <bsd.port.pre.mk>
.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