summaryrefslogtreecommitdiff
path: root/devel/boost-libs/Makefile
blob: 381267a9ab9c45bd89104530b63d480df314140e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# $NetBSD: Makefile,v 1.1 2005/02/26 22:48:35 jmmv Exp $
#

BOOST_PACKAGE=		libs
BOOST_COMMENT=		(binary libraries)
BOOST_CONFIG=		installed
BOOST_INSTALL_LIBS=	yes

.include "../../meta-pkgs/boost/Makefile.common"

BJAM_ARGS+=		--without-python
BJAM_ARGS+=		--without-serialization # Requires wide I/O

.include "../../devel/boost-build/bjam.mk"

do-build: bjam-build

do-install: boost-install-libs

.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"