2195ac7b20
Changes: New Libraries * Heap: Priority queue data structures, from Tim Blechmann. Details: http://www.boost.org/users/history/version_1_49_0.html
26 lines
626 B
Makefile
26 lines
626 B
Makefile
# $NetBSD: Makefile,v 1.20 2012/02/29 14:22:24 hans Exp $
|
|
|
|
BOOST_PACKAGE= libs
|
|
BOOST_COMMENT= (binary libraries)
|
|
BOOST_CONFIG= installed
|
|
BOOST_INSTALL_LIBS= yes
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
.include "../../meta-pkgs/boost/Makefile.common"
|
|
|
|
BJAM_ARGS+= --without-python
|
|
.if !empty(OPSYS:MNetBSD) && !empty(MACHINE_ARCH:Msparc64)
|
|
BJAM_ARGS+= pch=off
|
|
.endif
|
|
|
|
.include "../../devel/boost-jam/bjam.mk"
|
|
|
|
do-build: bjam-build
|
|
|
|
do-install: boost-install-libs
|
|
|
|
.include "../../archivers/bzip2/buildlink3.mk"
|
|
.include "../../devel/zlib/buildlink3.mk"
|
|
.include "../../mk/pthread.buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|