aboutsummaryrefslogtreecommitdiff
path: root/mail/courier-imap
diff options
context:
space:
mode:
authorNeil Blakey-Milner <nbm@FreeBSD.org>2002-08-04 20:38:48 +0000
committerNeil Blakey-Milner <nbm@FreeBSD.org>2002-08-04 20:38:48 +0000
commiteba61de8f05eb2b9221b6831266a3daa20607fad (patch)
tree8cef607b775d0c2113c31b49cd03f5c08bed89b0 /mail/courier-imap
parent1d995049a3990fcc13ae2197ea5a68657f885e08 (diff)
downloadports-eba61de8f05eb2b9221b6831266a3daa20607fad.tar.gz
ports-eba61de8f05eb2b9221b6831266a3daa20607fad.zip
Notes
Diffstat (limited to 'mail/courier-imap')
-rw-r--r--mail/courier-imap/Makefile9
1 files changed, 8 insertions, 1 deletions
diff --git a/mail/courier-imap/Makefile b/mail/courier-imap/Makefile
index ec50c4afe0a4..bb901cf1f8a1 100644
--- a/mail/courier-imap/Makefile
+++ b/mail/courier-imap/Makefile
@@ -37,7 +37,6 @@ PLIST_SUB= OPENSSLFLAG="@comment "
.endif
CONFIGURE_ARGS= --without-authshadow \
- --without-authcram \
--sysconfdir=${PREFIX}/etc/courier-imap \
--with-userdb=${PREFIX}/etc/userdb \
--datadir=${PREFIX}/share/courier-imap \
@@ -99,6 +98,14 @@ CONFIGURE_ARGS+= \
--without-authpam
.endif
+if !defined(WITH_CRAM)
+CONFIGURE_ARGS+= \
+ --without-authcram
+.else
+CONFIGURE_ARGS+= \
+ --with-authcram
+.endif
+
MAN1= couriertcpd.1 maildirmake.1
MAN7= authlib.7
MAN8= makeuserdb.8 userdb.8 userdbpw.8 \