ccbfcd4fa5
it's incomplete too. Bump PKGREVISION.
24 lines
643 B
Makefile
24 lines
643 B
Makefile
# $NetBSD: Makefile,v 1.43 2017/07/29 22:29:49 wiz Exp $
|
|
|
|
PKGREVISION= 4
|
|
BOOST_PACKAGE= headers
|
|
BOOST_COMMENT= (build-time headers)
|
|
BOOST_CONFIG= generate
|
|
|
|
.include "../../meta-pkgs/boost/Makefile.common"
|
|
|
|
BJAM_ARGS+= --without-* # disable all libraries
|
|
|
|
NO_BUILD= yes
|
|
|
|
.include "../../devel/boost-jam/bjam.mk"
|
|
|
|
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"
|