summaryrefslogtreecommitdiff
path: root/net-im/jabberd/Makefile
diff options
context:
space:
mode:
authorDmitry Sivachenko <demon@FreeBSD.org>2004-06-14 10:01:47 +0000
committerDmitry Sivachenko <demon@FreeBSD.org>2004-06-14 10:01:47 +0000
commit754926f25478f23a94bc210708d85f2357446859 (patch)
treefa8100cbdb090a46ce11b764e2d42007798786d9 /net-im/jabberd/Makefile
parent- Update to 4.6.16 (diff)
Add WITH_PAM knob.
Submitted by: David J Duchscher <daved@nostrum.com>
Notes
Notes: svn path=/head/; revision=111450
Diffstat (limited to 'net-im/jabberd/Makefile')
-rw-r--r--net-im/jabberd/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/net-im/jabberd/Makefile b/net-im/jabberd/Makefile
index 157cf453a5a7..a8350ed2d338 100644
--- a/net-im/jabberd/Makefile
+++ b/net-im/jabberd/Makefile
@@ -58,6 +58,11 @@ CONFIGURE_ARGS+=--with-ldap=${LOCALBASE}
AUTHREG+= ldap
.endif
+.if defined(WITH_PAM)
+CONFIGURE_ARGS+=--with-pam
+AUTHREG+= pam
+.endif
+
MAN8= c2s.8 jabberd.8 resolver.8 router.8 s2s.8 sm.8
pre-everything::
@@ -67,6 +72,7 @@ pre-everything::
@${ECHO} "WITH_BDB use Berkeley DB for storage and authentication"
@${ECHO} "WITH_MYSQL use MySQL for storage and authentication"
@${ECHO} "WITH_LDAP use LDAP for authentication"
+ @${ECHO} "WITH_PAM use PAM for authentication"
@${ECHO}
pre-install: