diff options
author | pav <pav@FreeBSD.org> | 2006-04-10 02:01:25 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2006-04-10 02:01:25 +0800 |
commit | fd89deb05eae0be33c2dd2fd9082e8399a13132c (patch) | |
tree | 66d78010684648b135a8e920d971b9f7c5568f3d /graphics/Makefile | |
parent | c196e4a751e04e7fb193941f9e220ed4067828eb (diff) | |
download | freebsd-ports-gnome-fd89deb05eae0be33c2dd2fd9082e8399a13132c.tar.gz freebsd-ports-gnome-fd89deb05eae0be33c2dd2fd9082e8399a13132c.tar.zst freebsd-ports-gnome-fd89deb05eae0be33c2dd2fd9082e8399a13132c.zip |
GLText is a portable font rendering library for C++ OpenGL applications. It
uses FreeType2 to read and render high-quality TrueType fonts with a minimal
footprint. With just a few easy lines of C++, you can add gorgeously
rendered text to your graphical applications.
GLText is an open source project licensed under the LGPL. Basically this means
that you can use and link your application with it regardless of what license
your application uses. If you make changes to GLText, however,
you must make those changes open source under the LGPL.
Written with portablility in mind, GLText works on Windows, Linux, FreeBSD and
IRIX - virtually anywhere that FreeType2 supports.
WWW: http://gltext.sourceforge.net
PR: ports/93617
Submitted by: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
Diffstat (limited to 'graphics/Makefile')
-rw-r--r-- | graphics/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index 9e8e117a766c..d6b995d24060 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -308,6 +308,7 @@ SUBDIR += libggigcp SUBDIR += libggimisc SUBDIR += libggiwmh + SUBDIR += libgltext SUBDIR += libglut SUBDIR += libgnomecanvas SUBDIR += libgnomecanvasmm |