Ticket #961: Portfile

File Portfile, 716 bytes (added by waqar@…, 21 years ago)

Portfile

Line 
1# $Id: Portfile,v 1.7 2003/07/21 22:53:50 waqar Exp $
2
3PortSystem 1.0
4name            distcc
5version         2.11
6categories      devel
7maintainers     jkh@opendarwin.org
8description     Distributed C compiler
9long_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.
16homepage        http://distcc.samba.org/
17platforms       darwin
18master_sites    http://distcc.samba.org/ftp/distcc/
19checksums       md5 f3458779c13255d88ee89ea7ccddda29
20use_bzip2       yes