Ticket #23245: Portfile

File Portfile, 744 bytes (added by cristiano.fontana@…, 14 years ago)
Line 
1# $Id$
2
3PortSystem          1.0
4
5name                clhep
6version             2.0.4.5
7categories          science
8maintainers         gmail.com:cristiano.fontana
9license             public-domain
10description         A Class Library for High Energy Physics
11long_description    A Class Library for High Energy Physics
12homepage            http://www.cern.ch/clhep
13platforms           darwin
14distfiles           ${name}-${version}.tgz
15master_sites        http://proj-clhep.web.cern.ch/proj-clhep/DISTRIBUTION/tarFiles/
16
17checksums           md5 0e29d9f8253ed61cd1b6fa5cb892c708
18
19worksrcdir          ${version}/CLHEP
20
21post-patch {
22    foreach file [exec find ${worksrcpath} -name "configure*"] {
23        reinplace "s:^g++):*g++*):g" ${file}
24    }
25}