freebsd-ports/devel/boost-all/Makefile
Baptiste Daroussin 776c8a3824 Update to boost 1.55.0
switch back to normal library naming
Add a compat symlink for .so.5
Use compiler.mk to detect compiler
Use a modern compiler (doesn't work with base gcc)
2014-02-07 11:43:02 +00:00

31 lines
882 B
Makefile

# Created by: Alexander Churanov <churanov.port.maintainer@gmail.com>
# $FreeBSD$
PORTNAME= boost-all
MASTER_SITES= # empty
DISTFILES= # none
EXTRACT_ONLY= # empty
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++
NO_BUILD= yes
NO_MTREE= yes
.include "common.mk"
LIBRARIES_RUN_DEPENDS= ${LOCALBASE}/lib/libboost_thread.so:${PORTSDIR}/devel/boost-libs
JAM_RUN_DEPENDS= ${LOCALBASE}/bin/bjam:${PORTSDIR}/devel/boost-jam
PYTHON_RUN_DEPENDS= ${LOCALBASE}/lib/libboost_python.so:${PORTSDIR}/devel/boost-python-libs
DOCS_RUN_DEPENDS= ${LOCALBASE}/share/doc/boost/doc/html/index.html:${PORTSDIR}/devel/boost-docs
do-install:
${DO_NADA}
.include <bsd.port.mk>