pkgsrc/devel/boost-python/buildlink3.mk
adam 7c0cafdd91 Changes 1.48.0:
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
2012-01-08 11:35:07 +00:00

16 lines
519 B
Makefile

# $NetBSD: buildlink3.mk,v 1.25 2012/01/08 11:35:08 adam Exp $
BUILDLINK_TREE+= boost-python
.if !defined(BOOST_PYTHON_BUILDLINK3_MK)
BOOST_PYTHON_BUILDLINK3_MK:=
# Use a dependency pattern that guarantees the proper ABI.
BUILDLINK_API_DEPENDS.boost-python+= boost-python-1.48.*
BUILDLINK_ABI_DEPENDS.boost-python+= boost-python-1.48.*
BUILDLINK_PKGSRCDIR.boost-python?= ../../devel/boost-python
.include "../../devel/boost-headers/buildlink3.mk"
.endif # BOOST_PYTHON_BUILDLINK3_MK
BUILDLINK_TREE+= -boost-python