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
15 lines
444 B
Makefile
15 lines
444 B
Makefile
# $NetBSD: buildlink3.mk,v 1.17 2010/08/26 17:40:58 adam Exp $
|
|
|
|
BUILDLINK_TREE+= boost-libs
|
|
|
|
.if !defined(BOOST_LIBS_BUILDLINK3_MK)
|
|
BOOST_LIBS_BUILDLINK3_MK:=
|
|
|
|
# Use a dependency pattern that guarantees the proper ABI.
|
|
BUILDLINK_API_DEPENDS.boost-libs+= boost-libs-1.44.*
|
|
BUILDLINK_PKGSRCDIR.boost-libs?= ../../devel/boost-libs
|
|
|
|
.include "../../devel/boost-headers/buildlink3.mk"
|
|
.endif # BOOST_LIBS_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -boost-libs
|