mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-13 03:03:15 +00:00
147fdee482
- 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>
29 lines
558 B
Makefile
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>
|