freebsd-ports/net/yptransitd/Makefile
Dmitry Marakasov 535382b891 - Retire MASTER_SITE_SOURCEFORGE_EXTENDED, it's no longer needed - all mirrors actually have all distfiles
- Merge all SF mirrors to MASTER_SITE_SOURCEFORGE, resort according to quick download speed survey
- Fix MASTER_SITES for all port that have used SOURCEFORGE_EXTENTED

Approved by:	portmgr (pav)
2009-09-02 15:01:56 +00:00

32 lines
664 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= 4
CATEGORIES= net
MASTER_SITES= SF
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>