pkgsrc/meta-pkgs/boost/Makefile
jmmv 168d41abbc Update boost to 1.36.0. Way too many changes since 1.34 to be listed
here.  Based on patches sent by Brook Milligan through private mail
with some minimal changes by me to fix boost-python and builds on
Mac OS X.  Tested on NetBSD/amd64 current and Tiger.
2008-09-13 16:14:13 +00:00

28 lines
867 B
Makefile

# $NetBSD: Makefile,v 1.12 2008/09/13 16:14:13 jmmv 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"