21 lines
481 B
Makefile
21 lines
481 B
Makefile
# $NetBSD: Makefile,v 1.16 2014/02/12 23:17:39 tron Exp $
|
|
|
|
PKGNAME= ${DISTNAME:S/-/-client-/}
|
|
PKGREVISION= 1
|
|
COMMENT= Lightweight Directory Access Protocol libraries and client programs
|
|
|
|
CONFLICTS+= openldap<2.3.23nb1
|
|
|
|
CONFIGURE_ARGS+= --disable-slapd
|
|
|
|
#BUILD_DIRS= include libraries clients
|
|
MAKE_DIRS= ${OPENLDAP_ETCDIR}
|
|
BUILD_DEFS+= OPENLDAP_ETCDIR
|
|
|
|
CNFS= ldap.conf
|
|
|
|
.include "options.mk"
|
|
|
|
.include "../../databases/openldap/Makefile.common"
|
|
.include "../../mk/bsd.pkg.mk"
|