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