1 | # $Id$ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | name make |
---|
5 | version 3.80 |
---|
6 | categories devel |
---|
7 | maintainers waqar@opendarwin.org |
---|
8 | description GNU Make |
---|
9 | long_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. |
---|
17 | homepage http://www.gnu.org/software/make/make.html |
---|
18 | platforms darwin |
---|
19 | master_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}/ |
---|
24 | checksums md5 c68540da9302a48068d5cce1f0099477 |
---|
25 | |
---|
26 | configure.args-append --program-prefix=g |
---|