1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00

Convert to USES=metaport

This commit is contained in:
Baptiste Daroussin 2015-03-28 15:07:32 +00:00
parent 94ddd505da
commit ef51edfb37
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=382500

View File

@ -3,9 +3,7 @@
PORTNAME= boost-all
MASTER_SITES= # empty
DISTFILES= # none
EXTRACT_ONLY= # empty
USES= metaport
COMMENT?= The "meta-port" for boost libraries
@ -15,9 +13,6 @@ 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
@ -25,7 +20,4 @@ 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>