freebsd-ports/devel/boost_build/files/pkg-message.in
Bruce M Simpson 0c998e0df8 Add new port of Boost.Build, which just about anything which
actually uses bjam, uses. It is a very powerful set of
cross-platform build glue (shared libraries, look ma no libtool!)

This port currently uses the bjam built by devel/boost, it
doesn't build its own.
2008-02-13 11:01:55 +00:00

15 lines
417 B
Text

To use boost_build, it is necessary to set BOOST_ROOT in
your environment:
sh/bash/ksh:
BOOST_ROOT=%%DATADIR%% ; export BOOST_ROOT
csh:
setenv BOOST_ROOT %%DATADIR%%
Note: The default toolchain is gcc.
To override this on a system-wide basis, edit this file:
%%DATADIR%%/site-config.jam
For an example of a per-user settings file which may be
copied to your home directory, see:
%%DATADIR%%/user-config.jam