f3d93df37e
New Libraries * Meta State Machine: High-performance expressive UML2 finite state machines, from Christophe Henry * Polygon: Booleans/clipping, resizing/offsetting and more for planar polygons with integral coordinates, from Lucanus Simonson. Updated Libraries * Accumulators * Asio * Config * Filesystem * Foreach * Hash * Iostreams * Math * MPL * Multi-index Containers * Proto * Regex * Thread * TR1 * Type Traits * uBLAS * Utility * Uuid * Xpressive
13 lines
382 B
Makefile
13 lines
382 B
Makefile
# $NetBSD: buildlink3.mk,v 1.16 2010/08/26 17:40:58 adam Exp $
|
|
|
|
BUILDLINK_TREE+= boost-build
|
|
|
|
.if !defined(BOOST_BUILD_BUILDLINK3_MK)
|
|
BOOST_BUILD_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.boost-build+= boost-build-1.44.*
|
|
BUILDLINK_DEPMETHOD.boost-build?= build
|
|
BUILDLINK_PKGSRCDIR.boost-build?= ../../devel/boost-build
|
|
.endif # BOOST_BUILD_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -boost-build
|