# $Id: Portfile,v 1.4 2004/03/01 20:47:54 kevin Exp $

PortSystem 1.0
name		autoconf
version		2.59
categories	devel
maintainers	kevin@opendarwin.org
description	Automatically configures software for compilation
long_description	\
	Autoconf is an extensible package of m4 macros that produce \
	shell scripts to automatically configure software source code \
	packages. These scripts can adapt the packages to many kinds \
	of UNIX-like systems without manual user intervention. \
	Autoconf creates a configuration script for a package from a \
	template file that lists the operating system features that \
	the package can use, in the form of m4 macro calls.
homepage	http://www.gnu.org/software/autoconf/
platforms	darwin
master_sites	gnu
use_bzip2       yes
checksums	md5 1ee40f7a676b3cfdc0e3f7cd81551b5f
configure.args	--mandir=${prefix}/share/man \
		--infodir=${prefix}/share/info
