From 8c7499bdfa85657ea6c2517ada0ef4a4db489beb Mon Sep 17 00:00:00 2001 From: cvs2svn Date: Sat, 23 Sep 2000 01:36:53 +0000 Subject: This commit was manufactured by cvs2svn to create tag 'RELEASE_4_1_1'. --- net/openldap21/Makefile | 58 ------------------------------------------------- 1 file changed, 58 deletions(-) delete mode 100644 net/openldap21/Makefile (limited to 'net/openldap21/Makefile') diff --git a/net/openldap21/Makefile b/net/openldap21/Makefile deleted file mode 100644 index 1e83b6785b3d..000000000000 --- a/net/openldap21/Makefile +++ /dev/null @@ -1,58 +0,0 @@ -# New ports collection makefile for: openldap -# Date created: 20 Sep 1998 -# Whom: Lachlan O'Dea -# -# $FreeBSD$ -# - -PORTNAME= openldap -PORTVERSION= 1.2.11 -CATEGORIES= net databases -MASTER_SITES= ftp://ftp.OpenLDAP.org/pub/OpenLDAP/openldap-release/ \ - ftp://ftp.net.lut.ac.uk/openldap/openldap-release/ \ - ftp://sunsite.cnlab-switch.ch/mirror/OpenLDAP/openldap-release/ \ - ftp://mirror.aarnet.edu.au/pub/OpenLDAP/openldap-release/ \ - ftp://gd.tuwien.ac.at/infosys/network/OpenLDAP/openldap-release/ \ - http://www.unibase.cz/ldapcz/Programy/Free/OpenLDAP/openldap-release/ \ - ftp://ftp.ntua.gr/mirror/OpenLDAP/openldap-release/ \ - ftp://ftp.loxinfo.co.th/pub/unix/LDAP/OpenLDAP/openldap-release/\ - ftp://ftp.zcu.cz/pub/network/openldap/openldap-release/ -EXTRACT_SUFX= .tgz - -MAINTAINER= lodea@vet.com.au - -.if defined(WITH_DB2) -BUILD_DEPENDS= ${LOCALBASE}/lib/libdb2.a:${PORTSDIR}/databases/db/ -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/db2 -D_THREAD_SAFE" \ - LDFLAGS=-L${LOCALBASE}/lib -CONFIGURE_ARGS+= --enable-ldbm --with-ldbm-api=db2 -.endif - -USE_LIBTOOL= yes -CONFIGURE_ARGS+= --localstatedir=/var/run --enable-shared --enable-dns - -# Include tcp-wrapper support -.if exists(/usr/include/tcpd.h) -CONFIGURE_ARGS+= --enable-wrappers -.endif - -.include -.include "${FILESDIR}/manpages" - -pre-build: - cd ${WRKSRC} ; make depend - -post-install: - strip ${PREFIX}/bin/ldapadd ${PREFIX}/bin/ldapdelete \ - ${PREFIX}/bin/ldapmodrdn ${PREFIX}/bin/ldapsearch ${PREFIX}/bin/ud \ - ${PREFIX}/libexec/fax500 ${PREFIX}/libexec/go500 \ - ${PREFIX}/libexec/go500gw ${PREFIX}/libexec/in.xfingerd \ - ${PREFIX}/libexec/mail500 ${PREFIX}/libexec/rcpt500 \ - ${PREFIX}/libexec/rp500 ${PREFIX}/libexec/slapd \ - ${PREFIX}/libexec/slurpd ${PREFIX}/sbin/centipede \ - ${PREFIX}/sbin/ldbmcat ${PREFIX}/sbin/ldbmtest ${PREFIX}/sbin/ldif \ - ${PREFIX}/sbin/ldif2id2children ${PREFIX}/sbin/ldif2id2entry \ - ${PREFIX}/sbin/ldif2index ${PREFIX}/sbin/ldif2ldbm \ - ${PREFIX}/bin/ldapmodify ${PREFIX}/bin/ldappasswd - -.include -- cgit v1.2.3