# $Id: Portfile 45402 2009-01-15 17:04:46Z jmr@macports.org $

PortSystem 1.0

name		distcc
version		3.1
categories	devel net
maintainers	nomaintainer
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.org/
platforms	darwin
master_sites	googlecode
checksums	md5 a1a9d3853df7133669fffec2a9aab9f3 \
			sha1 30663e8ff94f13c0553fbfb928adba91814e1b3a \
			rmd160 82229c230e6917b0df7db275460579b02dbf6b60
use_bzip2	yes

depends_lib		port:popt

configure.args	--mandir=${prefix}/share/man \
				--without-avahi
