# $Id: Portfile,v 1.1 2005/10/24 21:14:17 mww Exp $

PortSystem 1.0

name			gnumake-devel
version			3.81beta3
categories		devel
platforms		darwin
maintainers		mww@opendarwin.org
description		GNU make
long_description	Make is a tool which controls the generation of \
			executables and other non-source files of a program from \
			the program's source files. Make gets its knowledge of \
			how to build your program from a file called the makefile, \
			which lists each of the non-source files and how to \
			compute it from other files. When you write a program, you \
			should write a makefile for it, so that it is possible to \
			use Make to build and install the program.

homepage		http://www.gnu.org/software/make/make.html
master_sites	ftp://alpha.gnu.org/gnu/make/
distname		make-${version}
checksums		md5 d3f539d6b40fbf7a88c9974594c638b2
use_bzip2		yes

configure.args	--program-prefix=gnu --infodir=${prefix}/share/info \
				--mandir=${prefix}/share/man

platform darwin 8 {
	configure.env	CC=/usr/bin/gcc-4.0 CPP=/usr/bin/cpp-4.0
}
