mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
dbd39ca660
PR: 117086 Tested by: -exp runs
34 lines
728 B
Makefile
34 lines
728 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= 3
|
|
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= build
|
|
USE_LDCONFIG= yes
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS+=--with-ldap-prefix=${LOCALBASE}
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -E 's,^([[:blank:]]+)\([^\)]+\) ,\1,' \
|
|
${WRKSRC}/src/modules.c
|
|
@${REINPLACE_CMD} -e 's,(void \*) ,,g' \
|
|
${WRKSRC}/src/modules/ldap/cache.c
|
|
|
|
post-install:
|
|
@${CAT} ${PKGMESSAGE}
|
|
|
|
.include <bsd.port.mk>
|