summaryrefslogtreecommitdiff
path: root/meta-pkgs/boost/Makefile
blob: 7aef7c7d49bdc3b58a4a4a6cfb665a4a4c66518a (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
# $NetBSD: Makefile,v 1.4 2005/08/12 20:58:45 jmmv Exp $
#

BOOST_PACKAGE=	meta-pkg
BOOST_COMMENT=	(meta package)

.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"