# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
# $Id: Portfile 117858 2014-03-15 06:10:24Z ryandesign@macports.org $

PortSystem 1.0
name            gmake
version         4.0
categories      devel
maintainers     nomaintainer
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
use_bzip2       yes

checksums       rmd160  9a6198954e3c122adbe72f7358d897def498e565 \
                sha256  e60686c7afede62cc8c86ad3012cf081ea4887daf9d223ce7115703b2bb2dbdb

depends_lib     port:gettext port:libiconv

configure.args  --program-prefix=g \
                --without-guile

test.run        yes
test.target     check
