summaryrefslogtreecommitdiff
path: root/databases/openldap1/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'databases/openldap1/Makefile')
-rw-r--r--databases/openldap1/Makefile52
1 files changed, 0 insertions, 52 deletions
diff --git a/databases/openldap1/Makefile b/databases/openldap1/Makefile
deleted file mode 100644
index e6707ac7d9e..00000000000
--- a/databases/openldap1/Makefile
+++ /dev/null
@@ -1,52 +0,0 @@
-# $NetBSD: Makefile,v 1.9 2004/05/09 17:46:01 snj Exp $
-#
-
-DISTNAME= openldap-1.2.13
-SVR4_PKGNAME= olda1
-CATEGORIES= databases
-MASTER_SITES= ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release/
-EXTRACT_SUFX= .tgz
-
-MAINTAINER= kleink@NetBSD.org
-HOMEPAGE= http://www.OpenLDAP.org/
-COMMENT= Lightweight directory access protocol server and client package
-
-# for the moment without threads and thus without slurpd and ldapd
-#DEPENDS+= ../../devel/mit-pthreads
-
-CONFLICTS+= ldapsdk-[0-9]*
-
-USE_BUILDLINK3= YES
-USE_LIBTOOL= YES
-LTCONFIG_OVERRIDE= ${WRKSRC}/build/ltconfig
-
-# unfortunately, --enable-phonetic cannot be disabled by runtime configuration
-GNU_CONFIGURE= YES
-CONFIGURE_ARGS+= --enable-dns
-CONFIGURE_ARGS+= --enable-cldap
-CONFIGURE_ARGS+= --enable-passwd
-CONFIGURE_ARGS+= --enable-shell
-
-.include "../../mk/bsd.prefs.mk"
-
-.if ${OPSYS} == "NetBSD"
-CONFIGURE_ARGS+= --enable-wrappers
-.endif
-
-.if ${OPSYS} == "SunOS" || ${OPSYS} == "Linux"
-.include "../../databases/db/buildlink3.mk"
-CPPFLAGS+= -I${BUILDLINK_PREFIX.db}/include/db2
-LIBS= -ldb2 -lpthread -lrt
-.endif
-
-post-configure:
- ${ECHO} "SLAPD_LIBS = " >> ${WRKSRC}/servers/slapd/tools/Makefile
-
-.if defined(KERBEROS)
-PKG_USE_KERBEROS= yes
-CONFIGURE_ARGS+=--with-kerberos
-.else
-CONFIGURE_ARGS+=--without-kerberos
-.endif
-
-.include "../../mk/bsd.pkg.mk"