# $Id: Portfile 81387 2011-07-30 01:49:16Z jmr@macports.org $

PortSystem 1.0
name            gmake
version         3.82
categories      devel
maintainers     waqar openmaintainer
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
license         GPL-3
installs_libs   no
platforms       darwin
distname        make-${version}
master_sites    gnu:make
checksums           md5     1a11100f3c63fcf5753818e59d63088f \
                    sha1    b8a8a99e4cb636a213aad3816dda827a92b9bbed \
                    rmd160  e3d1f7019549553b9fc7a88884c9b85d25a60d21
use_bzip2       yes
configure.args  --program-prefix=g \
                --infodir=${prefix}/share/info \
                --mandir=${prefix}/share/man
depends_lib     port:gettext port:libiconv

test.run        yes
test.target     check
