Ticket #40949: pythia.diff
File pythia.diff, 1.6 KB (added by cjones051073 (Chris Jones), 11 years ago) |
---|
-
science/pythia/Portfile
old new 3 3 PortSystem 1.0 4 4 5 5 name pythia 6 version 8.1 756 version 8.180 7 7 set my_version [strsed ${version} g/\\.//] 8 8 categories science 9 9 platforms darwin … … 24 24 distname ${name}${my_version} 25 25 extract.suffix .tgz 26 26 27 checksums rmd160 27b5070d55aea442af83c3d261d490674be0ead6\28 sha256 ae1597a86cb701ba464e15aa292ef4034e02e334528bc06deb2a9d26f265861227 checksums rmd160 9b887a39da0e4d6c00d75f96e15f536589cdc4ab \ 28 sha256 7c3ce6efbdc588035e333a6dbbde56755066a237caadf9df00f22248c2033df0 29 29 30 30 universal_variant no 31 31 … … 49 49 destroot { 50 50 xinstall -W ${worksrcpath}/lib libpythia8.dylib liblhapdfdummy.dylib ${destroot}${prefix}/lib 51 51 xinstall -W ${worksrcpath}/lib/archive liblhapdfdummy.a libpythia8.a ${destroot}${prefix}/lib 52 file mkdir ${destroot}${prefix}/include/${name}/ 53 eval xinstall -m 644 [glob ${worksrcpath}/include/ *.h] ${destroot}${prefix}/include/${name}/52 file mkdir ${destroot}${prefix}/include/${name}/Pythia8/ 53 eval xinstall -m 644 [glob ${worksrcpath}/include/Pythia8/*.h] ${destroot}${prefix}/include/${name}/Pythia8/ 54 54 file mkdir ${destroot}${prefix}/share/doc/${name}/xmldoc/ 55 55 eval xinstall -m 644 [glob ${worksrcpath}/xmldoc/*] ${destroot}${prefix}/share/doc/${name}/xmldoc/ 56 56 }