aboutsummaryrefslogtreecommitdiff
path: root/graphics/Makefile
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-01-17 09:03:29 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-01-17 09:03:29 +0000
commit3c886e8649b87e2f75e5cd6cbe2a05dc11e3615c (patch)
tree23fffc94d79159d6683e8bc13797d68f2fbaec6f /graphics/Makefile
parent4a679540515edc1bef69219f05edd1ff3aced7c1 (diff)
downloadports-3c886e8649b87e2f75e5cd6cbe2a05dc11e3615c.tar.gz
ports-3c886e8649b87e2f75e5cd6cbe2a05dc11e3615c.zip
Add ftgl 2.04,
FTGL is a free open source library to enable developers to use arbitrary fonts in their OpenGL applications. Unlike other OpenGL font libraries FTGL uses standard font file formats so doesn't need a preprocessing step to convert the high quality font data into a lesser quality, proprietary format. FTGL uses the Freetype (www.freetype.org) font library to open and 'decode' the fonts. It then takes that output and stores it in a format most efficient for OpenGL rendering. PR: 61456 Submitted by: Igor Pokrovsky <tiamat@comset.net>
Notes
Notes: svn path=/head/; revision=98379
Diffstat (limited to 'graphics/Makefile')
-rw-r--r--graphics/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile
index b683654b756f..6dcfb1a79de8 100644
--- a/graphics/Makefile
+++ b/graphics/Makefile
@@ -77,6 +77,7 @@
SUBDIR += fnlib
SUBDIR += fractorama
SUBDIR += frontline
+ SUBDIR += ftgl
SUBDIR += fujiplay
SUBDIR += g2
SUBDIR += g3dviewer