diff -ur /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/devel/gmake/Portfile ./Portfile
old
|
new
|
|
2 | 2 | # $Id: Portfile 117858 2014-03-15 06:10:24Z ryandesign@macports.org $ |
3 | 3 | |
4 | 4 | PortSystem 1.0 |
| 5 | |
5 | 6 | name gmake |
6 | 7 | version 4.0 |
7 | 8 | categories devel |
8 | | maintainers nomaintainer |
| 9 | maintainers gmail.com:stuartwesterman |
9 | 10 | description GNU Make |
10 | 11 | long_description \ |
11 | 12 | Make is a tool which controls the generation of executables and \ |
… |
… |
|
14 | 15 | called the makefile, which lists each of the non-source files and \ |
15 | 16 | how to compute it from other files. When you write a program, you \ |
16 | 17 | should write a makefile for it, so that it is possible to use Make \ |
17 | | to build and install the program. |
| 18 | to build and install the program. |
18 | 19 | |
19 | 20 | homepage http://www.gnu.org/software/make/make.html |
20 | 21 | license GPL-3 |