aboutsummaryrefslogtreecommitdiff
path: root/graphics/Makefile
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-01-25 10:39:43 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-01-25 10:39:43 +0000
commit2df42a604c4004f1804fb527c87154d2b9508296 (patch)
treeb46baf4caf38c13096b78ff44d6fc8e9ae5ef64e /graphics/Makefile
parent5642b9773e61ab282406e53670803e84fc3f38ad (diff)
downloadports-2df42a604c4004f1804fb527c87154d2b9508296.tar.gz
ports-2df42a604c4004f1804fb527c87154d2b9508296.zip
Add glfw 2.4,
GLFW is a free, open source, portable framework for OpenGL application development. In short, it is a library that constitutes a powerful API for handling operating system specific tasks, such as opening an OpenGL window, reading keyboard and mouse input, creating threads, and much more. PR: ports/61861 Submitted by: Igor Pokrovsky <tiamat@comset.net>
Notes
Notes: svn path=/head/; revision=99048
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 325dc4f306c0..dfd0d051b179 100644
--- a/graphics/Makefile
+++ b/graphics/Makefile
@@ -111,6 +111,7 @@
SUBDIR += gle
SUBDIR += glean
SUBDIR += glew
+ SUBDIR += glfw
SUBDIR += glide3
SUBDIR += gliv
SUBDIR += gltk