# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
# $Id$

PortSystem          1.0

name                distcc
version             3.2rc1
revision            1
categories          devel net
platforms           darwin
maintainers         nomaintainer
license             GPL-2+

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/
master_sites        googlecode
use_bzip2           yes

checksums           rmd160  505447b910d90ea403a98fe0d0a3a0fa92cd7039 \
                    sha256  311671e844625d7fdb18dd3d096cd855751cfe8de13827682bcb7beff9133b30

depends_lib         port:popt

configure.args      ac_cv_path_PYTHON= \
                    --disable-Werror \
                    --without-avahi