1997-10-06 16:06:09 +02:00
|
|
|
# New ports collection makefile for: autoconf
|
|
|
|
# Version required: 2.12
|
|
|
|
# Date created: 7 October 1995
|
|
|
|
# Whom: torstenb@FreeBSD.ORG
|
|
|
|
#
|
1998-03-12 00:18:46 +01:00
|
|
|
# $NetBSD: Makefile,v 1.10 1998/03/11 23:18:46 agc Exp $
|
1997-10-06 16:06:09 +02:00
|
|
|
# FreeBSD Id: Makefile,v 1.12 1997/06/13 20:00:47 max Exp
|
|
|
|
#
|
|
|
|
|
|
|
|
DISTNAME= autoconf-2.12
|
|
|
|
CATEGORIES= devel
|
|
|
|
MASTER_SITES= ${MASTER_SITE_GNU}
|
|
|
|
|
1998-01-24 04:50:53 +01:00
|
|
|
BUILD_DEPENDS= ${PREFIX}/bin/install-info:${PORTSDIR}/devel/gtexinfo
|
1998-01-25 01:40:56 +01:00
|
|
|
RUN_DEPENDS= gm4:${PORTSDIR}/devel/m4
|
1998-01-24 04:50:53 +01:00
|
|
|
|
1997-10-06 16:06:09 +02:00
|
|
|
GNU_CONFIGURE= yes
|
1997-12-22 08:52:00 +01:00
|
|
|
CONFIGURE_ENV+= M4=${PREFIX}/bin/gm4
|
1997-10-06 16:06:09 +02:00
|
|
|
|
1998-03-11 23:40:40 +01:00
|
|
|
PLIST_SRC= ${WRKDIR}/PLIST-src
|
|
|
|
|
1997-10-06 16:06:09 +02:00
|
|
|
post-install:
|
1998-03-12 00:18:46 +01:00
|
|
|
@(ex='s|@HaveAutoscan@||'; \
|
1998-03-11 23:40:40 +01:00
|
|
|
if [ ! -f ${WRKSRC}/autoscan ]; then \
|
1998-03-12 00:18:46 +01:00
|
|
|
ex='/@HaveAutoscan@/d'; \
|
1998-03-11 23:40:40 +01:00
|
|
|
fi; \
|
|
|
|
${SED} -e "$$ex" < ${PKGDIR}/PLIST > ${PLIST_SRC})
|
1997-10-06 16:06:09 +02:00
|
|
|
@install-info ${PREFIX}/info/autoconf.info ${PREFIX}/info/dir
|
|
|
|
@install-info ${PREFIX}/info/standards.info ${PREFIX}/info/dir
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|