opnsense-ports/devel/boost-jam/Makefile
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

22 lines
511 B
Makefile

# Created by: Alexander Churanov <churanov.port.maintainer@gmail.com>
# $FreeBSD$
PORTNAME= boost-jam
COMMENT= Build tool from the boost.org
PLIST_FILES= bin/bjam
EXTRACT_AFTER_ARGS= ${DISTNAME}/tools/build/v2/engine
.include "${.CURDIR}/../boost-all/common.mk"
do-build:
cd ${WRKSRC}/tools/build/v2/engine && \
${MAKE_ENV} ./build.sh cc
do-install:
${MKDIR} ${STAGEDIR}${PREFIX}/bin
${INSTALL_PROGRAM} ${WRKSRC}/tools/build/v2/engine/bin.*/bjam \
${STAGEDIR}${PREFIX}/bin/
.include <bsd.port.mk>