# $Id: Portfile 62791 2010-01-17 20:23:56Z ryandesign@macports.org $ PortSystem 1.0 name clhep version 2.0.4.5 categories science maintainers gmail.com:cristiano.fontana license public-domain description A Class Library for High Energy Physics long_description A Class Library for High Energy Physics homepage http://www.cern.ch/clhep platforms darwin extract.suffix .tgz master_sites http://proj-clhep.web.cern.ch/proj-clhep/DISTRIBUTION/tarFiles/ checksums md5 0e29d9f8253ed61cd1b6fa5cb892c708 worksrcdir ${version}/CLHEP post-patch { foreach file [exec find ${worksrcpath} -name "configure*"] { reinplace "s:^g++):*g++*):g" ${file} } }