# $Id: Portfile 85461 2011-10-14 01:19:57Z dports@macports.org $

PortSystem 1.0

name		distcc
version		3.1
categories	devel net
license		GPL-2+ 
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

patchfiles	patch-avoid-builtin-strndup.diff \
		patch-avoid-compile-warnings.diff

depends_lib		port:popt

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

universal_variant no
