# Ports collection makefile for: boost-jam # Date Created: 15 March 2009 # Whom: Alexander Churanov # # $FreeBSD$ # PORTNAME= boost-jam COMMENT= Build tool from the boost.org USE_BZIP2= yes .include .include "${PORTSDIR}/devel/boost-all/common.mk" BJAM= ${WRKSRC}/bjam do-build: cd ${WRKSRC} && ${MAKE_ENV} ./bootstrap.sh --prefix=${PREFIX}; do-install: ${MKDIR} ${PREFIX}/bin ${INSTALL_PROGRAM} ${BJAM} ${PREFIX}/bin/ .include