75f61ccb0d
to avoid breaking the INDEX with the removal of OpenLDAP 2.0. Aprroved by: maintainer silence Notifications: http://lists.freebsd.org/pipermail/freebsd-ports/2004-February/009261.html http://lists.freebsd.org/pipermail/freebsd-ports/2004-March/010683.html http://lists.freebsd.org/pipermail/freebsd-ports/2004-April/011965.html http://cvsweb.freebsd.org/ports/net/openldap20-server/Makefile#rev1.76 http://cvsweb.freebsd.org/ports/net/openldap20-server/Makefile#rev1.77
28 lines
561 B
Makefile
28 lines
561 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= mjoyner@hq.dyns.cx
|
|
COMMENT= A replacement for nss_ldap
|
|
|
|
USE_OPENLDAP= yes
|
|
|
|
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>
|