blob: f6001ff6b6f5d709f718fd02f7cb1f03a7164df4 (
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.5 2006/01/20 20:40:19 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"
|