summaryrefslogtreecommitdiff
path: root/devel/ldapsdk/Makefile
diff options
context:
space:
mode:
authorhwr <hwr@pkgsrc.org>1999-05-18 21:22:26 +0000
committerhwr <hwr@pkgsrc.org>1999-05-18 21:22:26 +0000
commitb82e66fd6c042695d090c6efa8879aeb9ba83780 (patch)
treeb43beaaabf13eb51e19a0de3f6631ca9dfe86d0b /devel/ldapsdk/Makefile
parentff668bfb3d06b913cdd8dd1737a3df2404af2b29 (diff)
downloadpkgsrc-b82e66fd6c042695d090c6efa8879aeb9ba83780.tar.gz
The Mozilla project C-SDK for LDAP. A LDAP V3 client library.
Diffstat (limited to 'devel/ldapsdk/Makefile')
-rw-r--r--devel/ldapsdk/Makefile25
1 files changed, 25 insertions, 0 deletions
diff --git a/devel/ldapsdk/Makefile b/devel/ldapsdk/Makefile
new file mode 100644
index 00000000000..02019b783f2
--- /dev/null
+++ b/devel/ldapsdk/Makefile
@@ -0,0 +1,25 @@
+# $NetBSD: Makefile,v 1.1.1.1 1999/05/18 21:22:26 hwr Exp $
+
+DISTNAME= ldapsdk_12311998
+PKGNAME= ldapsdk-12311998
+CATEGORIES= devel databases
+MASTER_SITES= ftp://ftp.mozilla.org/pub/directory/c-sdk/ldap/
+
+MAINTAINER= packages@netbsd.org
+HOMEPAGE= http://www.mozilla.org/directory/
+
+BUILD_DEPENDS+= gmake-3.77:../../devel/
+
+CONFLICTS+= openldap*
+
+WRKSRC= ${WRKDIR}/mozilla
+
+#
+# empty target. scripts/pre-build does the actual work
+do-build:
+
+#
+# empty target. scripts/pre-install does the actual work
+do-install:
+
+.include "../../mk/bsd.pkg.mk"