aboutsummaryrefslogtreecommitdiffstats
path: root/net/yptransitd/Makefile
blob: cf791df1cacfd8d290a6dd50f833523881ad83fb (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
# New ports collection makefile for:   yptransitd
# Date created:     26 September 2002
# Whom:         Michael Joyner <mjoyner@hq.dyns.cx>
#
# $FreeBSD$
#

PORTNAME=   yptransitd
PORTVERSION=    0.5
PORTREVISION=   2
CATEGORIES= net
MASTER_SITES=   ${MASTER_SITE_SOURCEFORGE_EXTENDED}
MASTER_SITE_SUBDIR= yptransitd

MAINTAINER= ports@FreeBSD.org
COMMENT=    A replacement for nss_ldap

USE_OPENLDAP=   yes

USE_BISON=  yes
USE_LDCONFIG=   yes
GNU_CONFIGURE=  yes
CONFIGURE_ARGS+=--with-ldap-prefix=${LOCALBASE}

post-install:
    @ ${CAT} ${.CURDIR}/pkg-message

.include <bsd.port.mk>