2001-02-16 15:38:16 +01:00
|
|
|
# $NetBSD: Makefile,v 1.25 2001/02/16 14:38:17 wiz Exp $
|
1997-10-06 16:06:09 +02:00
|
|
|
# FreeBSD Id: Makefile,v 1.12 1997/06/13 20:00:47 max Exp
|
|
|
|
#
|
|
|
|
|
1999-01-06 17:30:46 +01:00
|
|
|
DISTNAME= autoconf-2.13
|
1997-10-06 16:06:09 +02:00
|
|
|
CATEGORIES= devel
|
1999-04-14 23:39:01 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GNU:=autoconf/}
|
1997-10-06 16:06:09 +02:00
|
|
|
|
1998-03-16 12:02:22 +01:00
|
|
|
MAINTAINER= packages@netbsd.org
|
1998-08-20 17:16:34 +02:00
|
|
|
HOMEPAGE= http://www.gnu.org/software/autoconf/autoconf.html
|
2001-02-16 15:38:16 +01:00
|
|
|
COMMENT= Automatically configure source code on many Un*x platforms
|
1998-03-16 12:02:22 +01:00
|
|
|
|
1998-11-19 16:40:45 +01:00
|
|
|
DEPENDS= m4-1.4:../../devel/m4
|
1998-03-16 12:02:22 +01:00
|
|
|
|
1998-03-12 23:57:07 +01:00
|
|
|
USE_PERL5= yes
|
2000-04-05 01:18:24 +02:00
|
|
|
M4= ${PREFIX}/bin/gm4
|
1998-01-24 04:50:53 +01:00
|
|
|
|
1997-10-06 16:06:09 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2000-04-05 01:18:24 +02:00
|
|
|
CONFIGURE_ENV+= AWK="${AWK}"
|
1998-04-22 13:05:01 +02:00
|
|
|
INFO_FILES= autoconf.info standards.info
|
1997-10-06 16:06:09 +02:00
|
|
|
|
1998-04-15 12:38:15 +02:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|