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
|
|
|
|
PORTVERSION= 2.13
|
1995-11-26 06:29:21 -05:00
|
|
|
CATEGORIES= devel
|
1996-11-18 05:25:35 -05:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GNU}
|
1999-01-25 20:54:53 -05:00
|
|
|
MASTER_SITE_SUBDIR= autoconf
|
1995-10-12 03:11:56 -04:00
|
|
|
|
1999-08-31 02:53:31 -04:00
|
|
|
MAINTAINER= torstenb@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
|
1996-04-01 00:09:13 -05:00
|
|
|
CONFIGURE_ENV= M4=${PREFIX}/bin/gm4
|
1995-10-12 03:11:56 -04:00
|
|
|
|
1998-09-23 12:13:20 -04:00
|
|
|
post-install:
|
|
|
|
@install-info ${PREFIX}/info/autoconf.info ${PREFIX}/info/dir
|
|
|
|
@install-info ${PREFIX}/info/standards.info ${PREFIX}/info/dir
|
1997-06-13 03:33:36 -04:00
|
|
|
|
1995-10-12 03:11:56 -04:00
|
|
|
.include <bsd.port.mk>
|