on packages that are affected by the switch from the openssl 0.9.7 branch to the 0.9.8 branch. ok jlam@
24 lines
519 B
Makefile
24 lines
519 B
Makefile
# $NetBSD: Makefile,v 1.7 2008/01/18 05:06:28 tnn Exp $
|
|
|
|
PKGNAME= ${DISTNAME:S/-/-client-/}
|
|
PKGREVISION= 1
|
|
COMMENT= Lightweight Directory Access Protocol libraries and client programs
|
|
|
|
CONFLICTS+= openldap<2.3.23nb1
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
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"
|