blob: fdf002e228c3c6ee7d2d096e45f2598f7587df8d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# $NetBSD: Makefile,v 1.4 2006/01/12 22:48:46 joerg Exp $
#
PKGREVISION= 1
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"
|