# $Id: Portfile,v 1.3 2003/07/31 22:08:36 waqar Exp $ PortSystem 1.0 name gmake version 3.80 categories devel maintainers waqar@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 platforms darwin set d_name make distname ${d_name}-${version} master_sites gnu:${d_name} checksums md5 c68540da9302a48068d5cce1f0099477 configure.args-append --program-prefix=g