# $Id$ PortSystem 1.0 name boost-jam version 3.1.15 categories devel maintainers gmail.com:jon.olsson description Boost.Jam (BJam) is a build tool based on FTJam long_description \ Boost.Jam (BJam) is a build tool based on FTJam, \ which in turn is based on Perforce Jam. It contains \ significant improvements made to facilitate its use \ in the Boost Build System, but should be backward \ compatible with Perforce Jam. homepage http://www.boost.org master_sites sourceforge:boost extract.suffix .tgz checksums md5 dbf3f5a36df4c96c555e365773f54ba7 \ rmd160 a149d44d92358a967d135d05852f66be425fb96f \ sha1 61c723048f3a358dfb461acf2d96bd59df11c1e1 platforms darwin post-patch { reinplace "s|/usr/share/boost-build|${prefix}/share/boost-build|" \ ${worksrcpath}/jambase.c } use_configure no build.env LOCATE_TARGET=bin build.cmd ./build.sh build.target destroot { xinstall -d -m 0755 ${destroot}${prefix}/bin xinstall -m 0755 ${worksrcpath}/bin/bjam ${destroot}${prefix}/bin xinstall -d -m 0755 ${destroot}${prefix}/lib/bjam/bin/ xinstall -m 0755 ${worksrcpath}/bin/bjam ${destroot}${prefix}/lib/bjam/bin/jam }