pkgsrc/devel/boost-python/buildlink3.mk
tv 7db9aba4f1 Update devel/boost to 1.31.0. The most notable change here is a more robust
build system, which is actually being used now to build the backing binary
libraries necessary to make date_time, regex, and a few other libraries
work.

While here, the thread and python libraries have been split out to their
own subpackages, devel/boost-thread and devel/boost-python, so that the
main boost package need not rely on the presence of either to provide
basic functionality.
2004-06-06 23:51:36 +00:00

23 lines
718 B
Makefile

# $NetBSD: buildlink3.mk,v 1.1 2004/06/06 23:51:37 tv Exp $
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
BOOST_PYTHON_BUILDLINK3_MK:= ${BOOST_PYTHON_BUILDLINK3_MK}+
.if !empty(BUILDLINK_DEPTH:M+)
BUILDLINK_DEPENDS+= boost-python
.endif
BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Nboost-python}
BUILDLINK_PACKAGES+= boost-python
.if !empty(BOOST_PYTHON_BUILDLINK3_MK:M+)
BUILDLINK_DEPENDS.boost-python+= boost-python-1.31.*
BUILDLINK_PKGSRCDIR.boost-python?= ../../devel/boost-python
# the following should match the list in Makefile
PYTHON_VERSIONS_INCOMPATIBLE+= 23pth 22pth 21 21pth 20 15
.endif # BOOST_PYTHON_BUILDLINK3_MK
.include "../../devel/boost/buildlink3.mk"
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}