HaikuPorts
  • Login
  • Preferences
  • Help/Guide
  • Wiki
  • Timeline
  • Roadmap
  • View Tickets
  • Search
  • Port Log
  • Blog

Context Navigation

  • Back to Ticket #145

Ticket #145: ftgl-2.1-svn.bep

File ftgl-2.1-svn.bep, 579 bytes (added by michaelvoliveira, 5 years ago)

New .bep file, from SVN this time

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

Download in other formats:

  • Original Format

Trac Powered

Powered by Trac 0.13dev-r10686
By Edgewall Software.

Visit the Trac open source project at
http://trac.edgewall.org/