2008-02-24 21:15:05 +01:00
|
|
|
# $NetBSD: Makefile,v 1.8 2008/02/24 20:15:05 ghen Exp $
|
2006-05-31 20:18:34 +02:00
|
|
|
|
|
|
|
PKGNAME= ${DISTNAME:S/-/-client-/}
|
|
|
|
COMMENT= Lightweight Directory Access Protocol libraries and client programs
|
|
|
|
|
|
|
|
CONFLICTS+= openldap<2.3.23nb1
|
|
|
|
|
2008-01-04 12:42:29 +01:00
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
|
2006-05-31 20:18:34 +02:00
|
|
|
CONFIGURE_ARGS+= --disable-slapd
|
|
|
|
|
|
|
|
#BUILD_DIRS= include libraries clients
|
|
|
|
|
|
|
|
MAKE_DIRS= ${OPENLDAP_ETCDIR}
|
|
|
|
|
|
|
|
BUILD_DEFS+= OPENLDAP_ETCDIR
|
|
|
|
|
|
|
|
CNFS= ldap.conf
|
|
|
|
|
2006-06-03 00:02:33 +02:00
|
|
|
.include "options.mk"
|
|
|
|
|
2006-05-31 20:18:34 +02:00
|
|
|
.include "../../databases/openldap/Makefile.common"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|