summaryrefslogtreecommitdiff
path: root/net/openldap22
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>2000-04-02 03:27:54 +0000
committerMichael Haro <mharo@FreeBSD.org>2000-04-02 03:27:54 +0000
commit57298ea74813e4038ae96cd2196affe69181f9fc (patch)
treeedb4544b269129068fc8927705aaaa1c11d76f9a /net/openldap22
parentstupid little hack to that links libXaw3d.so.7 to libXaw3d.so.6 when built (diff)
OpenLDAP to optionally build with BerkleyDB2 and tcp_wrappers
PR: 17136 Submitted by: yds@dppl.com
Notes
Notes: svn path=/head/; revision=27266
Diffstat (limited to 'net/openldap22')
-rw-r--r--net/openldap22/Makefile13
-rw-r--r--net/openldap22/pkg-plist4
2 files changed, 16 insertions, 1 deletions
diff --git a/net/openldap22/Makefile b/net/openldap22/Makefile
index fed582a672a0..b1b97ceddecd 100644
--- a/net/openldap22/Makefile
+++ b/net/openldap22/Makefile
@@ -21,8 +21,19 @@ EXTRACT_SUFX= .tgz
MAINTAINER= ulmo@earthling.net
+.if defined(WITH_DB2)
+BUILD_DEPENDS= ${PREFIX}/lib/libdb2.a:${PORTSDIR}/databases/db/
+CONFIGURE_ENV= CPPFLAGS="-I${PREFIX}/include/db2 -D_THREAD_SAFE" \
+ LDFLAGS=-L${PREFIX}/lib
+.endif
+
GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --prefix=${PREFIX} --localstatedir=/var/run
+CONFIGURE_ARGS= --localstatedir=/var/run --enable-shared --enable-dns
+
+# Include tcp-wrapper support
+.if exists(/usr/include/tcpd.h)
+CONFIGURE_ARGS+= --enable-wrappers
+.endif
.include <bsd.port.pre.mk>
.include "${FILESDIR}/manpages"
diff --git a/net/openldap22/pkg-plist b/net/openldap22/pkg-plist
index 66e69eca12ae..d9bc0beec35f 100644
--- a/net/openldap22/pkg-plist
+++ b/net/openldap22/pkg-plist
@@ -19,8 +19,12 @@ include/ldap_cdefs.h
include/srchpref.h
lib/liblber.a
lib/liblber.la
+lib/liblber.so
+lib/liblber.so.1
lib/libldap.a
lib/libldap.la
+lib/libldap.so
+lib/libldap.so.1
libexec/fax500
libexec/go500
libexec/go500gw