summaryrefslogtreecommitdiff
path: root/www/php4-ldap/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/php4-ldap/Makefile')
-rw-r--r--www/php4-ldap/Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/www/php4-ldap/Makefile b/www/php4-ldap/Makefile
new file mode 100644
index 00000000000..ff4ed66c1de
--- /dev/null
+++ b/www/php4-ldap/Makefile
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1.1.1 2001/02/02 18:24:13 jlam Exp $
+
+.include "../../www/php4/Makefile.module"
+
+MODNAME= ldap
+CATEGORIES+= databases
+
+DEPENDS+= openldap-1.2.*:../../databases/openldap
+
+EVAL_PREFIX+= LDAPDIR=openldap
+CONFIGURE_ARGS+= --with-${MODNAME}=shared,${LDAPDIR}
+
+.include "../../mk/bsd.pkg.mk"