blob: 418bf236259df22ad32f036feccf791d8129bf47 (
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.2 2005/06/18 14:32:38 jmmv Exp $
#
BOOST_PACKAGE= libs
BOOST_COMMENT= (binary libraries)
BOOST_CONFIG= installed
BOOST_INSTALL_LIBS= yes
PKGREVISION= 1
.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"
|