aboutsummaryrefslogtreecommitdiffstats
path: root/mail/courier-imap/Makefile
diff options
context:
space:
mode:
authornbm <nbm@FreeBSD.org>2001-05-24 22:43:37 +0800
committernbm <nbm@FreeBSD.org>2001-05-24 22:43:37 +0800
commit3dcda487b04678bc817bb0e0ba6691e66c6873bc (patch)
tree8be9d4a07b2e956b20524b95eae06d2c481dcb14 /mail/courier-imap/Makefile
parent210cd436b58a84e209bcf7875f79fc2f6bcf8fb9 (diff)
downloadfreebsd-ports-gnome-3dcda487b04678bc817bb0e0ba6691e66c6873bc.tar.gz
freebsd-ports-gnome-3dcda487b04678bc817bb0e0ba6691e66c6873bc.tar.zst
freebsd-ports-gnome-3dcda487b04678bc817bb0e0ba6691e66c6873bc.zip
Update to 1.3.8.1
Diffstat (limited to 'mail/courier-imap/Makefile')
-rw-r--r--mail/courier-imap/Makefile20
1 files changed, 14 insertions, 6 deletions
diff --git a/mail/courier-imap/Makefile b/mail/courier-imap/Makefile
index bef0d170ec78..0c02b4d6fe8c 100644
--- a/mail/courier-imap/Makefile
+++ b/mail/courier-imap/Makefile
@@ -6,8 +6,8 @@
#
PORTNAME= courier-imap
-PORTVERSION= 1.3.5
-PORTREVISION= 1
+PORTVERSION= 1.3.8.1
+PORTREVISION= 0
CATEGORIES= mail ipv6
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= courier
@@ -25,13 +25,13 @@ PLIST_SUB= OPENSSLFLAG=
PLIST_SUB= OPENSSLFLAG="@comment "
.endif
-.if !exists(/usr/include/openssl/idea.h)
-CFLAGS+= -DNO_IDEA
-.endif
+#.if !exists(/usr/include/openssl/idea.h)
+#CFLAGS+= -DNO_IDEA
+#.endif
CONFIGURE_ARGS= --without-authldap --with-authldaprc=filename \
--without-authpam --without-authshadow \
- --without-authvchkpw --without-authcram \
+ --without-authcram \
--without-authmysql \
--sysconfdir=${PREFIX}/etc/courier-imap \
--with-userdb=${PREFIX}/etc/userdb \
@@ -40,6 +40,14 @@ CONFIGURE_ARGS= --without-authldap --with-authldaprc=filename \
--enable-workarounds-for-imap-client-bugs \
--disable-root-check
+.if !defined(WITH_VPOPMAIL)
+CONFIGURE_ARGS+= \
+ --without-authvchkpw
+PLIST_SUB+= VPOPMAILFLAG="@comment "
+.else
+PLIST_SUB+= VPOPMAILFLAG=""
+.endif
+
MAN1= maildirmake.1
MAN8= authlib.8 makeuserdb.8 userdb.8 userdbpw.8 couriertcpd.8 \
deliverquota.8 imapd.8 mkimapdcert.8 mkpop3dcert.8