1 | # $Id: Portfile,v 1.7 2003/07/21 22:53:50 waqar Exp $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | name distcc |
---|
5 | version 2.11 |
---|
6 | categories devel |
---|
7 | maintainers jkh@opendarwin.org |
---|
8 | description Distributed C compiler |
---|
9 | long_description \ |
---|
10 | distcc is a parallel build system that distributes compilation of \ |
---|
11 | C/C++/ObjC code across machines on a network. It can be set up in \ |
---|
12 | just a few minutes and makes builds up to ten times faster. It \ |
---|
13 | does not require machines to share a filesystem or have the same \ |
---|
14 | libraries or header files, and installation does not need \ |
---|
15 | superuser privileges. |
---|
16 | homepage http://distcc.samba.org/ |
---|
17 | platforms darwin |
---|
18 | master_sites http://distcc.samba.org/ftp/distcc/ |
---|
19 | checksums md5 f3458779c13255d88ee89ea7ccddda29 |
---|
20 | use_bzip2 yes |
---|