aboutsummaryrefslogtreecommitdiffstats
path: root/net/openldap/Makefile
blob: fed582a672a06eb03160568d86db14a970aab744 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
# New ports collection makefile for:    openldap
# Version required:     1.2.9
# Date created:         20 Sep 1998
# Whom:                 Lachlan O'Dea
#
# $FreeBSD$
#

DISTNAME=   openldap-1.2.9
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=     ulmo@earthling.net

GNU_CONFIGURE=  yes
CONFIGURE_ARGS= --prefix=${PREFIX} --localstatedir=/var/run

.include <bsd.port.pre.mk>
.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 <bsd.port.post.mk>