# This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # boost-jam/ # boost-jam/pkg-descr # boost-jam/distinfo # boost-jam/Makefile # echo c - boost-jam/ mkdir -p boost-jam/ > /dev/null 2>&1 echo x - boost-jam/pkg-descr sed 's/^X//' >boost-jam/pkg-descr << 'dbdf62ee5b6770d99741b678c5195c4e' XBoost.Jam (BJam) is a build tool based on FTJam, which in turn is Xbased on Perforce Jam. It contains significant improvements made to Xfacilitate its use in the Boost Build System, but should be backward Xcompatible with Perforce Jam. X XWWW: http://www.boost.org/ dbdf62ee5b6770d99741b678c5195c4e echo x - boost-jam/distinfo sed 's/^X//' >boost-jam/distinfo << '99cb3ffadb57c8edfa07f62147b23038' XSHA256 (boost_1_58_0.tar.bz2) = fdfc204fc33ec79c99b9a74944c3e54bd78be4f7f15e260c0e2700a36dc7d3e5 XSIZE (boost_1_58_0.tar.bz2) = 70394057 99cb3ffadb57c8edfa07f62147b23038 echo x - boost-jam/Makefile sed 's/^X//' >boost-jam/Makefile << '1e0eacb019f801cceef2b785d5034e23' X# Created by: "Mahdi Mokhtari " X# $FreeBSD$ X XPORTNAME= boost-jam X XCOMMENT= Build tool from the boost.org X XPLIST_FILES= bin/bjam X XEXTRACT_AFTER_ARGS= ${DISTNAME}/${WRKSRC_SUBDIR} XMAKE_CMD= ./build.sh XALL_TARGET= cc XMAKE_FLAGS= # X_MAKE_JOBS= # XMAKEFILE= # X XWRKSRC_SUBDIR= tools/build/src/engine X X.include "${.CURDIR}/../boost-all/common.mk" X Xdo-install: X ${MKDIR} ${STAGEDIR}${PREFIX}/bin X ${INSTALL_PROGRAM} ${WRKSRC}/bin.*/bjam \ X ${STAGEDIR}${PREFIX}/bin/ X X.include 1e0eacb019f801cceef2b785d5034e23 exit