blob: 52ffac246dcd84c1e3e87eb117038c420eead5fd (
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
|
# 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= 1
CATEGORIES= net
MASTER_SITES= http://unc.dl.sourceforge.net/sourceforge/yptransitd/
MAINTAINER= mjoyner@hq.dyns.cx
COMMENT= A replacement for nss_ldap
LIB_DEPENDS= ldap.2:${PORTSDIR}/net/openldap20-client
USE_BISON= yes
INSTALLS_SHLIB= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--with-ldap-prefix=${LOCALBASE}
post-install:
@ ${CAT} ${.CURDIR}/pkg-message
.include <bsd.port.mk>
|