pkgsrc/meta-pkgs/boost/Makefile
adam f3d93df37e Changes 1.44.0:
New Libraries
* Meta State Machine: High-performance expressive UML2 finite state machines,
  from Christophe Henry
* Polygon: Booleans/clipping, resizing/offsetting and more for planar polygons
  with integral coordinates, from Lucanus Simonson.
Updated Libraries
* Accumulators
* Asio
* Config
* Filesystem
* Foreach
* Hash
* Iostreams
* Math
* MPL
* Multi-index Containers
* Proto
* Regex
* Thread
* TR1
* Type Traits
* uBLAS
* Utility
* Uuid
* Xpressive
2010-08-26 17:40:58 +00:00

27 lines
865 B
Makefile

# $NetBSD: Makefile,v 1.13 2010/08/26 17:40:59 adam Exp $
BOOST_PACKAGE= meta-pkg
BOOST_COMMENT= (meta package)
META_PACKAGE= yes
.include "Makefile.common"
BOOST_DEPENDS_VERSION= ${BOOST_SHORT_VERSION:S/_/./}{,nb*,.*}
CATEGORIES+= meta-pkgs
MASTER_SITES= # empty
DISTFILES= # empty
MAINTAINER= jmmv@NetBSD.org
HOMEPAGE= http://www.boost.org/
COMMENT= Free, peer-reviewed portable C++ source libraries
DEPENDS+= boost-build-${BOOST_DEPENDS_VERSION}:../../devel/boost-build
DEPENDS+= boost-docs-${BOOST_DEPENDS_VERSION}:../../devel/boost-docs
DEPENDS+= boost-headers-${BOOST_DEPENDS_VERSION}:../../devel/boost-headers
DEPENDS+= boost-jam-${BOOST_DEPENDS_VERSION}:../../devel/boost-jam
DEPENDS+= boost-libs-${BOOST_DEPENDS_VERSION}:../../devel/boost-libs
DEPENDS+= boost-python-${BOOST_DEPENDS_VERSION}:../../devel/boost-python
.include "../../mk/bsd.pkg.mk"