| 1 | DESCRIPTION="FTGL is a free cross-platform Open Source C++ library that uses Freetype2 to simplify rendering fonts in OpenGL applications" |
|---|
| 2 | HOMEPAGE="http://sourceforge.net/projects/ftgl" |
|---|
| 3 | SRC_URI="svn+https://ftgl.svn.sourceforge.net/svnroot/ftgl/trunk" |
|---|
| 4 | #CHECKSUM_MD5="" |
|---|
| 5 | REVISION="1" |
|---|
| 6 | STATUS_HAIKU="stable" |
|---|
| 7 | DEPEND="pkgconfig >= 0.23" |
|---|
| 8 | |
|---|
| 9 | BUILD { |
|---|
| 10 | cd ftgl-2.1-svn |
|---|
| 11 | libtoolize --copy --force --install |
|---|
| 12 | ./autogen.sh |
|---|
| 13 | ./configure --prefix=/boot/common |
|---|
| 14 | make |
|---|
| 15 | } |
|---|
| 16 | |
|---|
| 17 | INSTALL { |
|---|
| 18 | cd ftgl-2.1-svn |
|---|
| 19 | make install |
|---|
| 20 | } |
|---|
| 21 | |
|---|
| 22 | LICENSE="MIT" |
|---|
| 23 | COPYRIGHT="2001-2004 Unicode, Inc. |
|---|
| 24 | 2001-2010 Henry Maddocks" |
|---|