Ticket #481: Portfile

File Portfile, 1.0 KB (added by wmalik@…, 21 years ago)

Portfile

Line 
1# $Id$
2
3PortSystem 1.0
4name            make
5version         3.80
6categories      devel
7maintainers     waqar@opendarwin.org
8description     GNU Make
9long_description   Make is a tool which controls the generation of \
10                   executables and other non-source files of a program from \
11                   the program's source files. Make gets its knowledge of \
12                   how to build your program from a file called the makefile, \
13                   which lists each of the non-source files and how to \
14                   compute it from other files. When you write a program, you \
15                   should write a makefile for it, so that it is possible to \
16                   use Make to build and install the program. 
17homepage        http://www.gnu.org/software/make/make.html
18platforms       darwin
19master_sites    ftp.gnu.org/pub/gnu/${name}/ \
20                ftp://aeneas.mit.edu/pub/gnu/${name}/ \
21                ftp://ftp.irisa.fr/pub/gnu/${name}/ \
22                ftp://ftp.mirror.ac.uk/sites/ftp.gnu.org/gnu/${name}/ \
23                ftp://ftp.ring.gr.jp/pub/GNU/${name}/
24checksums       md5 c68540da9302a48068d5cce1f0099477
25
26configure.args-append --program-prefix=g