blob: dc4e9239ed3dc8640d25ee5cd49bbf0706582534 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
# $NetBSD: Makefile,v 1.5 2006/02/05 23:10:05 joerg Exp $
#
BOOST_PACKAGE= meta-pkg
BOOST_COMMENT= (meta package)
PKGREVISION= 1
.include "Makefile.common"
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_VERSION}:../../devel/boost-build
DEPENDS+= boost-docs>=${BOOST_VERSION}:../../devel/boost-docs
DEPENDS+= boost-headers>=${BOOST_VERSION}:../../devel/boost-headers
DEPENDS+= boost-libs>=${BOOST_VERSION}:../../devel/boost-libs
DEPENDS+= boost-python>=${BOOST_VERSION}:../../devel/boost-python
EXTRACT_ONLY= # empty
NO_CHECKSUM= yes
NO_CONFIGURE= yes
NO_BUILD= yes
NO_MTREE= yes
do-patch: # empty
do-install: # empty
.include "../../mk/bsd.pkg.mk"
|