5375192651
* Build System improvements. * Updated Libraries: Accumulators, Asio, Circular Buffer, Foreach, Function, Fusion, Hash, Interprocess, Intrusive, MPL, Program.Options, Proto, Random, Serialization, Unordered, Xpressive. Changes 1.39.0: * New Libraries: Signals2. * Updated Libraries: Asio, Flyweight, Foreach, Hash, Interprocess, Intrusive, Program.Options, Proto, PtrContainer, Range, Unordered, Xpressive. * Updated Tools: Boostbook, Quickbook.
31 lines
772 B
Makefile
31 lines
772 B
Makefile
# $NetBSD: Makefile,v 1.4 2009/10/14 06:40:08 adam Exp $
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
BOOST_PACKAGE= jam
|
|
BOOST_COMMENT= (Boost.Jam utility)
|
|
BOOST_CONFIG= no
|
|
|
|
CONFLICTS+= boost-build<=1.33.1
|
|
|
|
.include "../../meta-pkgs/boost/Makefile.common"
|
|
|
|
SUBST_CLASSES+= bb
|
|
SUBST_MESSAGE.bb= Fixing path to Boost.Build files.
|
|
SUBST_STAGE.bb= pre-build
|
|
SUBST_FILES.bb= tools/jam/src/Jambase
|
|
SUBST_SED.bb= -e 's,/usr/share/boost-build,${PREFIX}/share/boost-build,g'
|
|
|
|
.include "../../devel/boost-build/toolset.mk"
|
|
|
|
INSTALLATION_DIRS= bin
|
|
|
|
do-build:
|
|
cd ${WRKSRC}/tools/jam/src && \
|
|
${SETENV} ${MAKE_ENV} ${SH} ./build.sh ${BOOST_TOOLSET}
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/tools/jam/src/bin.*/bjam \
|
|
${DESTDIR}${PREFIX}/bin
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|