freebsd-ports/devel/libtool24/Makefile
Koop Mast 44885d1cea If a user has textproc/gsed installed, configure prefers it over base sed.
This gets hardcoded into libtool. After gsed is removed, libtool breaks.
Make sure configure doesn't pick up gsed.

Submitted by:	stass@
Approved by:	portmgr (marcus)
Feature safe:	yes
2009-09-27 19:10:45 +00:00

28 lines
650 B
Makefile

# New ports collection makefile for: libtool
# Date created: 6 May 1998
# Whom: Motoyuki Kasahara <m-kasahr@sra.co.jp>
#
# $FreeBSD$
#
PORTNAME?= libtool
PORTVERSION= 2.2.6a
PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= libtool
DISTNAME= libtool-${PORTVERSION}
MAINTAINER= kwm@FreeBSD.org
COMMENT?= Generic shared library support script
WRKSRC= ${WRKDIR}/libtool-${PORTVERSION:S|a||}
GNU_CONFIGURE= yes
CONFIGURE_ARGS?= --disable-ltdl-install
CONFIGURE_ENV= MAKEINFO="makeinfo --no-split"
INFO?= libtool
post-patch:
${REINPLACE_CMD} -e 's|sed gsed|sed|g' ${WRKSRC}/configure
.include <bsd.port.mk>