de566dc541
that this is built from the php-4.1.2 sources.
16 lines
426 B
Makefile
16 lines
426 B
Makefile
# $NetBSD: Makefile,v 1.5 2002/02/28 06:17:04 jlam Exp $
|
|
|
|
MODNAME= ldap
|
|
CATEGORIES+= databases
|
|
PKGREVISION= # empty
|
|
COMMENT= PHP4 extension for LDAP database access
|
|
|
|
USE_BUILDLINK_ONLY= YES
|
|
|
|
.include "../../www/php4/Makefile.module"
|
|
|
|
CONFIGURE_ARGS+= --with-${MODNAME}=shared,${BUILDLINK_DIR}
|
|
CONFIGURE_ENV+= PTHREAD_TYPE="${PTHREAD_TYPE}"
|
|
|
|
.include "../../databases/openldap/buildlink.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|