Files
haikuports/media-gfx/flam3/flam3-3.0.bep
Philippe Houdoin 0698ad01e6 Bep + patch for flam3 v3.0 (brings multithread support).
Builds on both gcc4 and gcc2.
2010-11-16 10:32:14 +00:00

29 lines
644 B
Plaintext

DESCRIPTION="Flam3 - Tools and a library for creating flame fractal images"
HOMEPAGE="http://flam3.com/"
SRC_URI="http://flam3.googlecode.com/files/flam3-3.0.tar.gz"
CHECKSUM_MD5="0526e476338327f718d76e6f48ddc090"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND="dev-util/pkconfig >= 0.23"
BUILD {
cd flam3-3.0/src
if [ -n "$(setgcc | grep '2')" ]; then
echo "Patching Makefile.am to support gcc2..."
sed -i "s/-std=gnu99 //" Makefile.am
fi
libtoolize --force --copy --install
autoreconf -i
./configure --prefix=/boot/common
make
}
INSTALL {
cd flam3-3.0/src
make install
}
LICENSE="GNU GPL v3"
COPYRIGHT="1992-2009 Spotworks LLC"