freebsd-ports/devel/boost-all/Makefile
Mathieu Arnold b37f3dc326 Fix build WITH=PYTHON.
With hat:	pointy
Sponsored by:	Absolight
2018-02-16 11:01:30 +00:00

24 lines
728 B
Makefile

# Created by: Alexander Churanov <churanov.port.maintainer@gmail.com>
# $FreeBSD$
PORTNAME= boost-all
USES= metaport
COMMENT?= The "meta-port" for boost libraries
OPTIONS_DEFINE= JAM LIBRARIES PYTHON DOCS
OPTIONS_DEFAULT= JAM LIBRARIES
JAM_DESC= Boost.Jam - Build tool from the boost.org
LIBRARIES_DESC= Free portable C++ libraries
PYTHON_DESC= Boost.Python - interfacing Python and C++
.include "common.mk"
LIBRARIES_RUN_DEPENDS= ${LOCALBASE}/lib/libboost_thread.so:devel/boost-libs
JAM_RUN_DEPENDS= ${LOCALBASE}/bin/bjam:devel/boost-jam
PYTHON_RUN_DEPENDS= ${LOCALBASE}/lib/${PY_BOOST}
PYTHON_USES= python:env
DOCS_RUN_DEPENDS= ${LOCALBASE}/share/doc/boost/doc/html/index.html:devel/boost-docs
.include <bsd.port.mk>