1995-10-12 03:11:56 -04:00
|
|
|
# New ports collection makefile for: autoconf
|
|
|
|
# Date created: 7 October 1995
|
1999-08-31 02:53:31 -04:00
|
|
|
# Whom: torstenb@FreeBSD.org
|
1995-10-12 03:11:56 -04:00
|
|
|
#
|
1999-08-25 01:57:29 -04:00
|
|
|
# $FreeBSD$
|
1995-10-12 03:11:56 -04:00
|
|
|
#
|
|
|
|
|
2000-04-11 17:30:15 -04:00
|
|
|
PORTNAME= autoconf
|
2001-12-23 01:50:33 -05:00
|
|
|
PORTVERSION= 2.52
|
2001-12-26 06:50:36 -05:00
|
|
|
PORTREVISION= 1
|
1995-11-26 06:29:21 -05:00
|
|
|
CATEGORIES= devel
|
2001-12-23 01:50:33 -05:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GNU}
|
|
|
|
MASTER_SITE_SUBDIR= autoconf
|
1995-10-12 03:11:56 -04:00
|
|
|
|
2001-09-17 13:40:31 -04:00
|
|
|
MAINTAINER= portmgr@FreeBSD.org
|
1995-10-12 03:11:56 -04:00
|
|
|
|
1999-02-11 07:04:27 -05:00
|
|
|
BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4
|
1998-05-03 22:41:51 -04:00
|
|
|
RUN_DEPENDS= gm4:${PORTSDIR}/devel/m4
|
|
|
|
|
1995-10-12 03:11:56 -04:00
|
|
|
GNU_CONFIGURE= yes
|
2001-12-23 01:50:33 -05:00
|
|
|
CONFIGURE_ENV= M4=${LOCALBASE}/bin/gm4
|
1995-10-12 03:11:56 -04:00
|
|
|
|
2001-12-23 01:50:33 -05:00
|
|
|
MAN1= autoconf.1 autoheader.1 autoreconf.1 \
|
|
|
|
autoscan.1 autoupdate.1 config.guess.1 \
|
|
|
|
config.sub.1 ifnames.1
|
1997-06-13 03:33:36 -04:00
|
|
|
|
2001-12-24 09:34:26 -05:00
|
|
|
post-install:
|
|
|
|
${INSTALL_SCRIPT} ${WRKSRC}/config/install-sh ${PREFIX}/share/autoconf
|
|
|
|
|
1995-10-12 03:11:56 -04:00
|
|
|
.include <bsd.port.mk>
|