diff --git a/media-libs/ftgl/ftgl-2.1.3-rc5.bep b/media-libs/ftgl/ftgl-2.1.3-rc5.bep new file mode 100644 index 000000000..4b3021162 --- /dev/null +++ b/media-libs/ftgl/ftgl-2.1.3-rc5.bep @@ -0,0 +1,16 @@ +DESCRIPTION="SDL_gfx - SDL graphics drawing primitives and other support functions" +HOMEPAGE="http://www.ohloh.net/p/ftgl" +SRC_URI="http://downloads.sourceforge.net/project/ftgl/FTGL%20Source/2.1.3%7Erc5/ftgl-2.1.3-rc5.tar.gz?use_mirror=ufpr" +REVISION="1" +STATUS_HAIKU="stable" +DEPEND="" +BUILD { + cd ftgl-2.1.3~rc5 + ./configure --build=i586-pc-beos --prefix=/boot/common + make +} + +INSTALL { + cd ftgl-2.1.3~rc5 + make install +}