summaryrefslogtreecommitdiff
path: root/databases/openldap-client/Makefile
diff options
context:
space:
mode:
authorghen <ghen@pkgsrc.org>2006-05-31 18:18:34 +0000
committerghen <ghen@pkgsrc.org>2006-05-31 18:18:34 +0000
commitaa33a0e80d4327a654074bfafc91e66a803f478f (patch)
tree915d4012d4a0773c0931cbaecd04737ab12342f6 /databases/openldap-client/Makefile
parentef5da360696bbc913ec24b9ab309085bc7e9559c (diff)
downloadpkgsrc-aa33a0e80d4327a654074bfafc91e66a803f478f.tar.gz
Import databases/openldap-client, formerly a part of databases/openldap but now
split off. This package contains only the client tools and libraries, and the manpages. LDAP-based applications should depend on this package, not databases/openldap (anymore).
Diffstat (limited to 'databases/openldap-client/Makefile')
-rw-r--r--databases/openldap-client/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/databases/openldap-client/Makefile b/databases/openldap-client/Makefile
new file mode 100644
index 00000000000..f83dba79aa2
--- /dev/null
+++ b/databases/openldap-client/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1.1.1 2006/05/31 18:18:34 ghen Exp $
+
+PKGNAME= ${DISTNAME:S/-/-client-/}
+COMMENT= Lightweight Directory Access Protocol libraries and client programs
+
+CONFLICTS+= openldap<2.3.23nb1
+
+CONFIGURE_ARGS+= --disable-slapd
+CONFIGURE_ARGS+= --disable-slurpd
+
+#BUILD_DIRS= include libraries clients
+
+MAKE_DIRS= ${OPENLDAP_ETCDIR}
+
+BUILD_DEFS+= OPENLDAP_ETCDIR
+
+CNFS= ldap.conf
+
+.include "../../databases/openldap/Makefile.common"
+.include "../../mk/bsd.pkg.mk"