1995-10-12 07:11:56 +00:00
|
|
|
# New ports collection makefile for: autoconf
|
1999-01-26 01:54:53 +00:00
|
|
|
# Version required: 2.13
|
1995-10-12 07:11:56 +00:00
|
|
|
# Date created: 7 October 1995
|
1999-08-31 06:53:31 +00:00
|
|
|
# Whom: torstenb@FreeBSD.org
|
1995-10-12 07:11:56 +00:00
|
|
|
#
|
1999-08-25 05:57:29 +00:00
|
|
|
# $FreeBSD$
|
1995-10-12 07:11:56 +00:00
|
|
|
#
|
|
|
|
|
1999-01-26 01:54:53 +00:00
|
|
|
DISTNAME= autoconf-2.13
|
1995-11-26 11:29:21 +00:00
|
|
|
CATEGORIES= devel
|
1996-11-18 10:25:35 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GNU}
|
1999-01-26 01:54:53 +00:00
|
|
|
MASTER_SITE_SUBDIR= autoconf
|
1995-10-12 07:11:56 +00:00
|
|
|
|
1999-08-31 06:53:31 +00:00
|
|
|
MAINTAINER= torstenb@FreeBSD.org
|
1995-10-12 07:11:56 +00:00
|
|
|
|
1999-02-11 12:04:27 +00:00
|
|
|
BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4
|
1998-05-04 02:41:51 +00:00
|
|
|
RUN_DEPENDS= gm4:${PORTSDIR}/devel/m4
|
|
|
|
|
1995-10-12 07:11:56 +00:00
|
|
|
GNU_CONFIGURE= yes
|
1996-04-01 05:09:13 +00:00
|
|
|
CONFIGURE_ENV= M4=${PREFIX}/bin/gm4
|
1995-10-12 07:11:56 +00:00
|
|
|
|
1998-09-23 16:13:20 +00:00
|
|
|
post-install:
|
|
|
|
@install-info ${PREFIX}/info/autoconf.info ${PREFIX}/info/dir
|
|
|
|
@install-info ${PREFIX}/info/standards.info ${PREFIX}/info/dir
|
1997-06-13 07:33:36 +00:00
|
|
|
|
1995-10-12 07:11:56 +00:00
|
|
|
.include <bsd.port.mk>
|