Files
ports/devel/boost-jam/Makefile
T
Dima Panov a37d812916 devel/boost: update to 1.89.0 release (+)
Major change:
 Boost::system component which converted to header-only since 1.70.0,
 stops providing an empty stub library libboost_system.so for compatibe reasons
 and goes as pure header-only since 1.89.0.
 All consumers must be adjusted.

Release notes:	https://www.boost.org/releases/1.89.0/
2025-10-20 14:48:39 +03:00

28 lines
652 B
Makefile

PORTNAME= boost-jam
COMMENT= Build tool from the boost.org
WWW= https://www.boost.org/
PLIST_FILES= bin/bjam
LICENSE= BSL
MAKE_CMD= ./build.sh
ALL_TARGET= ${CHOSEN_COMPILER_TYPE} ${WITH_DEBUG:D--debug}
MAKE_FLAGS= --cxx="${CXX}" --cxxflags="${CXXFLAGS:N-O*}"
_MAKE_JOBS= #
MAKEFILE= #
USES= compiler:c++11-lang
WRKSRC_SUBDIR= tools/build/src/engine
.include "${.CURDIR:H}/boost-all/common.mk"
EXTRACT_AFTER_ARGS= --no-same-owner --no-same-permissions ${DISTVERSIONPREFIX}${BOOST_MAJOR_VER}_${BOOST_MINOR_VER}_${BOOST_PATCH_VER}/${WRKSRC_SUBDIR}
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/bjam ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>