pkgsrc/devel/boost-headers/Makefile
adam c5e52167ae Changes 1.58.0:
* New Libraries:
  - Endian: Types and conversion functions for correct byte ordering and more regardless of processor endianness.
  - Sort: Includes spreadsort, a general-case hybrid radix sort that is faster than O(n*log(n))
* Updated Libraries:
2015-04-17 14:04:47 +00:00

23 lines
628 B
Makefile

# $NetBSD: Makefile,v 1.33 2015/04/17 14:04:47 adam Exp $
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"