blob: b04f271f9ae979f01d1127102adc6c44c95bff68 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# $NetBSD: Makefile,v 1.29 2001/11/28 05:20:45 jlam Exp $
# FreeBSD Id: Makefile,v 1.12 1997/06/13 20:00:47 max Exp
#
DISTNAME= autoconf-2.13
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNU:=autoconf/}
MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.gnu.org/software/autoconf/autoconf.html
COMMENT= Generates automatic source code configuration scripts
DEPENDS= m4-1.4:../../devel/m4
USE_BUILDLINK_ONLY= YES
GNU_CONFIGURE= YES
CONFIGURE_ENV+= AWK="${AWK}"
M4= ${PREFIX}/bin/gm4
INFO_FILES= autoconf.info standards.info
.include "../../mk/bsd.pkg.mk"
|