a34dd4f9fa
1.66.0: New Libraries Beast: Portable HTTP, WebSocket, and network operations using only C++11 and Boost.Asio, from Vinnie Falco. CallableTraits: A spiritual successor to Boost.FunctionTypes, Boost.CallableTraits is a header-only C++11 library for the compile-time inspection and manipulation of all 'callable' types. Additional support for C++17 features, from Barrett Adair. Mp11: A C++11 metaprogramming library, from Peter Dimov.
13 lines
364 B
Makefile
13 lines
364 B
Makefile
# $NetBSD: buildlink3.mk,v 1.33 2018/01/01 20:36:09 adam Exp $
|
|
|
|
BUILDLINK_TREE+= boost-jam
|
|
|
|
.if !defined(BOOST_JAM_BUILDLINK3_MK)
|
|
BOOST_JAM_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.boost-jam+= boost-jam-1.66.*
|
|
BUILDLINK_DEPMETHOD.boost-jam?= build
|
|
BUILDLINK_PKGSRCDIR.boost-jam?= ../../devel/boost-jam
|
|
.endif # BOOST_JAM_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -boost-jam
|