2003-08-28 07:41:55 -04:00
|
|
|
# New ports collection makefile for: yptransitd
|
|
|
|
# Date created: 26 September 2002
|
|
|
|
# Whom: Michael Joyner <mjoyner@hq.dyns.cx>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= yptransitd
|
|
|
|
PORTVERSION= 0.5
|
2004-05-03 08:36:54 -04:00
|
|
|
PORTREVISION= 2
|
2003-08-28 07:41:55 -04:00
|
|
|
CATEGORIES= net
|
2004-05-03 08:36:54 -04:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED}
|
|
|
|
MASTER_SITE_SUBDIR= yptransitd
|
2003-08-28 07:41:55 -04:00
|
|
|
|
|
|
|
MAINTAINER= mjoyner@hq.dyns.cx
|
|
|
|
COMMENT= A replacement for nss_ldap
|
|
|
|
|
2004-05-03 08:36:54 -04:00
|
|
|
USE_OPENLDAP= yes
|
2003-08-28 07:41:55 -04:00
|
|
|
|
|
|
|
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>
|