1995-10-12 07:11:56 +00:00
|
|
|
# New ports collection makefile for: autoconf
|
|
|
|
# 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
|
|
|
#
|
|
|
|
|
2000-04-11 21:30:15 +00:00
|
|
|
PORTNAME= autoconf
|
2001-12-23 06:50:33 +00:00
|
|
|
PORTVERSION= 2.52
|
1995-11-26 11:29:21 +00:00
|
|
|
CATEGORIES= devel
|
2001-12-23 06:50:33 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GNU}
|
|
|
|
MASTER_SITE_SUBDIR= autoconf
|
1995-10-12 07:11:56 +00:00
|
|
|
|
2001-09-17 17:40:31 +00:00
|
|
|
MAINTAINER= portmgr@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
|
2001-12-23 06:50:33 +00:00
|
|
|
CONFIGURE_ENV= M4=${LOCALBASE}/bin/gm4
|
1995-10-12 07:11:56 +00:00
|
|
|
|
2001-12-23 06:50:33 +00:00
|
|
|
MAN1= autoconf.1 autoheader.1 autoreconf.1 \
|
|
|
|
autoscan.1 autoupdate.1 config.guess.1 \
|
|
|
|
config.sub.1 ifnames.1
|
1997-06-13 07:33:36 +00:00
|
|
|
|
1995-10-12 07:11:56 +00:00
|
|
|
.include <bsd.port.mk>
|