# $Id: Portfile,v 1.3 2003/03/09 04:31:56 ranger Exp $ PortSystem 1.0 name distcc version 1.2.3 categories devel maintainers jkh@opendarwin.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 http://distcc.samba.org/ftp/distcc/ checksums md5 4e6f47493d39a87d2361f72ac94673f1 use_bzip2 yes post-configure { reinplace "s|#define HAVE_VARARG_MACROS|#undef HAVE_VARARG_MACROS|" ${worksrcpath}/src/config.h }