freebsd-ports/devel/boost_build/pkg-descr
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

10 lines
450 B
Text

Boost.Build is an easy way to build C++ projects, everywhere. You
name you executables and libraries and list their sources.
Boost.Build takes care about compiling your sources with right
options, creating static and shared libraries, making executables,
and other chores -- whether you're using gcc, msvc, or a dozen
more supported C++ compilers -- on Windows, OSX, Linux and
commercial UNIX systems.
WWW: http://boost.org/boost-build2/index.html