822cf32aae
* New Libraries Property Tree: A tree data structure especially suited to storing configuration data, from Marcin Kalicinski and Sebastian Redl. * Updated Libraries * Build System A bug preventing "fat" 32-bit + 64-bit builds on OSX has been fixed.
25 lines
658 B
Makefile
25 lines
658 B
Makefile
# $NetBSD: Makefile,v 1.13 2009/11/24 09:51:20 adam Exp $
|
|
|
|
BOOST_PACKAGE= headers
|
|
BOOST_COMMENT= (build-time headers)
|
|
BOOST_CONFIG= generate
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
.include "../../meta-pkgs/boost/Makefile.common"
|
|
|
|
BJAM_ARGS+= --without-* # disable all libraries
|
|
|
|
.include "../../devel/boost-jam/bjam.mk"
|
|
|
|
do-build:
|
|
|
|
do-install: bjam-install
|
|
${FIND} ${DESTDIR}${PREFIX}/include/boost \
|
|
-type f -print | ${XARGS} ${CHOWN} ${SHAREOWN}:${SHAREGRP}
|
|
${FIND} ${DESTDIR}${PREFIX}/include/boost \
|
|
-type d -print | ${XARGS} ${CHMOD} ${PKGDIRMODE}
|
|
|
|
PTHREAD_OPTS+= require
|
|
.include "../../mk/pthread.buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|