| 1 | DESCRIPTION="boost" |
|---|
| 2 | HOMEPAGE="http://www.boost.org/" |
|---|
| 3 | SRC_URI="http://sourceforge.net/projects/boost/files/boost/1.47.0/boost_1_47_0.tar.bz2/download" |
|---|
| 4 | CHECKSUM_MD5="a2dc343f7bc7f83f8941e47ed4a18200" |
|---|
| 5 | REVISION="1" |
|---|
| 6 | STATUS_HAIKU="broken" |
|---|
| 7 | MESSAGE="This port only builds with gcc4. Use 'setgcc gcc4' before building." |
|---|
| 8 | DEPEND="" |
|---|
| 9 | BUILD { |
|---|
| 10 | cd boost_1_47_0 |
|---|
| 11 | PYTHON_ROOT="" \ |
|---|
| 12 | PYTHON_VERSION="" \ |
|---|
| 13 | EXPAT_INCLUDE="${includedir}" \ |
|---|
| 14 | EXPAT_LIBPATH="${libdir}" \ |
|---|
| 15 | ./bootstrap.sh |
|---|
| 16 | ./bjam \ |
|---|
| 17 | -d2 \ |
|---|
| 18 | --toolset=gcc \ |
|---|
| 19 | variant=release \ |
|---|
| 20 | debug-symbols=on \ |
|---|
| 21 | inlining=on \ |
|---|
| 22 | link=shared \ |
|---|
| 23 | threading=multi |
|---|
| 24 | } |
|---|
| 25 | |
|---|
| 26 | INSTALL { |
|---|
| 27 | |
|---|
| 28 | } |
|---|
| 29 | |
|---|
| 30 | LICENSE="MIT" |
|---|
| 31 | COPYRIGHT="1998-2011 Beman Dawes, David Abrahams, Rene Rivera" |
|---|