Portfile

# $Id: Portfile 20407 2006-11-03 02:13:54Z jberry@macports.org $

PortSystem 1.0
name distcc
version 2.18.3
categories devel
maintainers nomaintainer@macports.org
description Distributed C compiler
long_description \
distcc is a program to distribute compilation of C or C++ code \
across several machines on a network without requiring that \
they share filesystems, have the same headers/libraries or have \
syncronized clocks. distcc should always generate the same \
results as a local compile but is often 2 to 3 times faster.
homepage http://distcc.samba.org/
platforms darwin
master_sites ${homepage}ftp/distcc/
checksums md5 0d6b80a1efc3a3d816c4f4175f63eaa2
use_bzip2 yes
configure.args --mandir=${prefix}/share/man