|
Revision 22363, 1.1 KB
(checked in by pipping@…, 23 months ago)
|
|
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Id
|
| Line | |
|---|
| 1 | # $Id$ |
|---|
| 2 | |
|---|
| 3 | PortSystem 1.0 |
|---|
| 4 | name gmake |
|---|
| 5 | version 3.81 |
|---|
| 6 | categories devel |
|---|
| 7 | maintainers waqar@macports.org |
|---|
| 8 | description GNU Make |
|---|
| 9 | long_description \ |
|---|
| 10 | Make is a tool which controls the generation of executables and \ |
|---|
| 11 | other non-source files of a program from the program's source files.\ |
|---|
| 12 | Make gets its knowledge of how to build your program from a file \ |
|---|
| 13 | called the makefile, which lists each of the non-source files and \ |
|---|
| 14 | how to compute it from other files. When you write a program, you \ |
|---|
| 15 | should write a makefile for it, so that it is possible to use Make \ |
|---|
| 16 | to build and install the program. |
|---|
| 17 | |
|---|
| 18 | homepage http://www.gnu.org/software/make/make.html |
|---|
| 19 | platforms darwin |
|---|
| 20 | distname make-${version} |
|---|
| 21 | master_sites gnu:make |
|---|
| 22 | checksums sha1 41ed86d941b9c8025aee45db56c0283169dcab3d |
|---|
| 23 | use_bzip2 yes |
|---|
| 24 | configure.args --program-prefix=g \ |
|---|
| 25 | --infodir=${prefix}/share/info \ |
|---|
| 26 | --mandir=${prefix}/share/man |
|---|
| 27 | depends_lib port:gettext port:libiconv |
|---|
| 28 | |
|---|
| 29 | test.run yes |
|---|
| 30 | test.target check |
|---|