967857908e
New Libraries * Chrono: Useful time utilities * Geometry: Geometry Library * Phoenix: Define small unnamed function objects at the actual call site, and more * Ratio: Compile time rational arithmetic More: http://www.boost.org/users/history/version_1_47_0.html
13 lines
364 B
Makefile
13 lines
364 B
Makefile
# $NetBSD: buildlink3.mk,v 1.13 2011/10/11 10:02:08 adam Exp $
|
|
|
|
BUILDLINK_TREE+= boost-jam
|
|
|
|
.if !defined(BOOST_JAM_BUILDLINK3_MK)
|
|
BOOST_JAM_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.boost-jam+= boost-jam-1.47.*
|
|
BUILDLINK_DEPMETHOD.boost-jam?= build
|
|
BUILDLINK_PKGSRCDIR.boost-jam?= ../../devel/boost-jam
|
|
.endif # BOOST_JAM_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -boost-jam
|