pkgsrc/devel/boost-headers/Makefile

24 lines
608 B
Makefile

# $NetBSD: Makefile,v 1.4 2005/04/05 11:09:00 wiz Exp $
#
BOOST_PACKAGE= headers
BOOST_COMMENT= (build-time headers)
BOOST_CONFIG= generate
.include "../../meta-pkgs/boost/Makefile.common"
BJAM_ARGS+= --with-unknown # disable all libraries
.include "../../devel/boost-build/bjam.mk"
do-build:
do-install: bjam-install
${FIND} ${PREFIX}/include/boost \
-type f -print | ${XARGS} ${CHOWN} ${SHAREOWN}:${SHAREGRP}
${FIND} ${PREFIX}/include/boost \
-type d -print | ${XARGS} ${CHMOD} ${PKGDIRMODE}
PTHREAD_OPTS+= require
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"