diff options
author | Steve Price <steve@FreeBSD.org> | 1998-10-10 04:40:45 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1998-10-10 04:40:45 +0000 |
commit | 3238fdf3ff17469da035ed1994e6665fd9e73827 (patch) | |
tree | b59222f25b60b559896a43dd9b991b27c5bc4287 /net/openldap20/Makefile | |
parent | Convert to ELF. (diff) |
Initial import of OpenLDAP version 1.0.1.
Open source LDAP client and server software.
PR: 7995
Submitted by: Lachlan O'Dea <lodea@angmar.mel.cybec.com.au>
Notes
Notes:
svn path=/head/; revision=13833
Diffstat (limited to 'net/openldap20/Makefile')
-rw-r--r-- | net/openldap20/Makefile | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/net/openldap20/Makefile b/net/openldap20/Makefile new file mode 100644 index 000000000000..5a3db43bf9ef --- /dev/null +++ b/net/openldap20/Makefile @@ -0,0 +1,39 @@ +# New ports collection makefile for: openldap +# Version required: 1.0.1 +# Date created: 20 Sep 1998 +# Whom: Lachlan O'Dea +# +# $Id$ +# + +DISTNAME= openldap-1.0.1 +CATEGORIES= net +MASTER_SITES= ftp://ftp.OpenLDAP.org/pub/OpenLDAP/ +EXTRACT_SUFX= .tgz + +MAINTAINER= ulmo@earthling.net + +WRKSRC= ${WRKDIR}/ldap +MANCOMPRESSED= yes + +.include "files/manpages" + +MAKE_ENV= LDAP_PREFIX=${PREFIX} \ + EXTRACFLAGS="${CFLAGS}" + +pre-patch: + ${CP} ${WRKSRC}/Make-common.dist ${WRKSRC}/Make-common + +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 + +.include <bsd.port.mk> |