2006-05-31 20:52:38 +02:00
|
|
|
# $NetBSD: Makefile,v 1.3 2006/05/31 18:52:38 ghen Exp $
|
2006-01-31 22:07:30 +01:00
|
|
|
#
|
|
|
|
|
2006-05-31 20:52:38 +02:00
|
|
|
PKGREVISION= 2
|
2006-02-06 00:08:03 +01:00
|
|
|
|
2006-01-31 22:07:30 +01:00
|
|
|
PERDITION_COMMENT= LDAP user database module
|
|
|
|
PERDITION_PKGNAME= ldap
|
|
|
|
|
2006-05-31 20:52:38 +02:00
|
|
|
CONFIGURE_ARGS+= --with-ldap-includes=${BUILDLINK_PREFIX.openldap-client}/include
|
|
|
|
CONFIGURE_ARGS+= --with-ldap-libs=${BUILDLINK_PREFIX.openldap-client}/lib
|
2006-01-31 22:07:30 +01:00
|
|
|
|
2006-05-31 20:52:38 +02:00
|
|
|
.include "../../databases/openldap-client/buildlink3.mk"
|
2006-01-31 22:07:30 +01:00
|
|
|
.include "../perdition/Makefile.common"
|