1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00

Have an option for authcram support

PR:		40482
Submitted by:	Tadashi Yanagihara <willow@ht.sfc.keio.ac.jp>
This commit is contained in:
Neil Blakey-Milner 2002-08-04 20:38:48 +00:00
parent 1d995049a3
commit eba61de8f0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=63998

View File

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