# $Id: Portfile,v 1.10 2005/10/29 21:06:38 mww Exp $

PortSystem 1.0
name            m4
version         1.4.4
categories      devel
maintainers     darwinports@opendarwin.org
platforms       darwin
description     GNU macro processor 
long_description        GNU `m4' is an implementation of the traditional Unix \
			macro processor.  It is mostly SVR4 compatible, \
			although it has some extensions (for example, \
			handling more than 9 positional parameters to macros).\
			`m4' also has built-in functions for including files,\
			running shell commands, doing arithmetic, etc. \
			Autoconf needs GNU `m4' for generating `configure' \
			scripts, but not for running them.
homepage        http://www.gnu.org/software/m4/
master_sites    gnu
use_bzip2       yes
checksums       sha1 47f8118e87cc31021c167ad6f92a0d5133a84046
configure.args  --infodir=${prefix}/share/info --program-prefix=g

