aboutsummaryrefslogtreecommitdiff
path: root/graphics/Makefile
diff options
context:
space:
mode:
authorAndrew Pantyukhin <sat@FreeBSD.org>2006-08-28 15:32:33 +0000
committerAndrew Pantyukhin <sat@FreeBSD.org>2006-08-28 15:32:33 +0000
commit916db42f99f75fad47efb2325b6fe73224537cfc (patch)
treee678e2dc094935fff8f8bc4a3b9a4e673f3afa56 /graphics/Makefile
parent8ed21f8cee2a1c57481857624b8a3affd8679e13 (diff)
downloadports-916db42f99f75fad47efb2325b6fe73224537cfc.tar.gz
ports-916db42f99f75fad47efb2325b6fe73224537cfc.zip
Add port graphics/libgfx:
The purpose of this library is to simplify the creation of computer graphics software. Specifically, it is targeted towards cross-platform development using the OpenGL rendering API and the FLTK interface toolkit. It attempts to provide facilities which are useful in the majority of graphics programs. This release introduces some (relatively small) incompatible changes with 1.0.x versions of the library. Details on changes can be found below. WWW: http://graphics.cs.uiuc.edu/~garland/software/libgfx.html
Notes
Notes: svn path=/head/; revision=171552
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 a614393e0092..ad076eafa773 100644
--- a/graphics/Makefile
+++ b/graphics/Makefile
@@ -330,6 +330,7 @@
SUBDIR += libfpx
SUBDIR += libgdgeda
SUBDIR += libgeotiff
+ SUBDIR += libgfx
SUBDIR += libggi
SUBDIR += libggigcp
SUBDIR += libggimisc