1995-10-12 08:11:56 +01:00
|
|
|
# New ports collection makefile for: autoconf
|
|
|
|
# Date created: 7 October 1995
|
1999-08-31 08:53:31 +02:00
|
|
|
# Whom: torstenb@FreeBSD.org
|
1995-10-12 08:11:56 +01:00
|
|
|
#
|
1999-08-25 07:57:29 +02:00
|
|
|
# $FreeBSD$
|
1995-10-12 08:11:56 +01:00
|
|
|
#
|
|
|
|
|
2003-06-29 03:45:09 +02:00
|
|
|
PORTNAME= autoconf
|
2004-03-15 02:25:58 +01:00
|
|
|
PORTVERSION= 2.59
|
1995-11-26 12:29:21 +01:00
|
|
|
CATEGORIES= devel
|
2001-12-23 07:50:33 +01:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GNU}
|
|
|
|
MASTER_SITE_SUBDIR= autoconf
|
2004-10-17 08:34:52 +02:00
|
|
|
PKGNAMEPREFIX= gnu-
|
2003-02-14 00:36:02 +01:00
|
|
|
DISTNAME= autoconf-${PORTVERSION}
|
1995-10-12 08:11:56 +01:00
|
|
|
|
2005-06-16 07:51:35 +02:00
|
|
|
MAINTAINER= ade@FreeBSD.org
|
2005-06-16 19:27:26 +02:00
|
|
|
COMMENT= Automatically configure source code on many Un*x platforms (GNU unmodified)
|
1995-10-12 08:11:56 +01:00
|
|
|
|
2002-09-16 12:28:33 +02:00
|
|
|
BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 \
|
|
|
|
help2man:${PORTSDIR}/misc/help2man
|
1998-05-04 04:41:51 +02:00
|
|
|
RUN_DEPENDS= gm4:${PORTSDIR}/devel/m4
|
|
|
|
|
2002-03-14 14:29:00 +01:00
|
|
|
USE_BZIP2= yes
|
2002-10-15 07:50:31 +02:00
|
|
|
USE_GMAKE= yes
|
|
|
|
USE_PERL5= yes
|
2004-10-17 08:34:52 +02:00
|
|
|
|
|
|
|
PREFIX?= ${LOCALBASE}/gnu-autotools
|
2002-03-14 14:29:00 +01:00
|
|
|
|
1995-10-12 08:11:56 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2004-10-17 08:35:29 +02:00
|
|
|
NO_MTREE= yes
|
2005-02-27 09:54:13 +01:00
|
|
|
INFO= autoconf standards
|
2003-02-19 11:20:44 +01:00
|
|
|
CONFIGURE_ENV+= CONFIG_SHELL=${SH}
|
2002-10-20 22:48:20 +02:00
|
|
|
CONFIGURE_ENV+= M4=${LOCALBASE}/bin/gm4
|
2004-10-17 08:34:52 +02:00
|
|
|
CONFIGURE_ARGS= --without-lispdir
|
2005-04-12 05:26:56 +02:00
|
|
|
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
2002-09-16 12:28:33 +02:00
|
|
|
|
2004-10-17 08:34:52 +02:00
|
|
|
MAN1= autoconf.1 autoheader.1 autom4te.1 autoreconf.1 autoscan.1 \
|
|
|
|
autoupdate.1 config.guess.1 config.sub.1 ifnames.1
|
2003-06-29 03:45:09 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|