7c0cafdd91
New Libraries * Container: Standard library containers and extensions * Locale: Provide localization and Unicode handling tools for C++ Beilis. * Move: Portable move semantics for C++03 and C++11 compilers Details: http://www.boost.org/users/history/version_1_48_0.html
13 lines
382 B
Makefile
13 lines
382 B
Makefile
# $NetBSD: buildlink3.mk,v 1.20 2012/01/08 11:35:07 adam Exp $
|
|
|
|
BUILDLINK_TREE+= boost-build
|
|
|
|
.if !defined(BOOST_BUILD_BUILDLINK3_MK)
|
|
BOOST_BUILD_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.boost-build+= boost-build-1.48.*
|
|
BUILDLINK_DEPMETHOD.boost-build?= build
|
|
BUILDLINK_PKGSRCDIR.boost-build?= ../../devel/boost-build
|
|
.endif # BOOST_BUILD_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -boost-build
|