1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-13 03:03:15 +00:00
freebsd-ports/net/yptransitd/Makefile
Cheng-Lung Sung 147fdee482 - s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include misc/ multimedia/ net/ net-mgmt/ net-im/
  net-p2p/ palm/ print/ science/ maintained by ports@

PR:		ports/101916
Submitted by:	Gea-Suan Lin <gslin_AT_gslin dot org>
2006-08-15 00:56:24 +00:00

29 lines
558 B
Makefile

# 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>