2cd5eb4894
DEPENDS definition.
20 lines
471 B
Makefile
20 lines
471 B
Makefile
# $NetBSD: Makefile,v 1.18 1998/11/19 15:40:45 agc Exp $
|
|
# FreeBSD Id: Makefile,v 1.12 1997/06/13 20:00:47 max Exp
|
|
#
|
|
|
|
DISTNAME= autoconf-2.12
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_GNU}
|
|
|
|
MAINTAINER= packages@netbsd.org
|
|
HOMEPAGE= http://www.gnu.org/software/autoconf/autoconf.html
|
|
|
|
DEPENDS= m4-1.4:../../devel/m4
|
|
|
|
USE_PERL5= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ENV+= M4=${PREFIX}/bin/gm4
|
|
INFO_FILES= autoconf.info standards.info
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|