aboutsummaryrefslogtreecommitdiff
path: root/graphics/Makefile
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-01-23 10:02:47 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-01-23 10:02:47 +0000
commitbdf202c987d1bd7d6555d86dddec8e636842ae62 (patch)
treec8f0729499c34e293af7c1892f5c8328d958e261 /graphics/Makefile
parent85f87a32fc26d5c1a3f286895996662c9480f7c6 (diff)
downloadports-bdf202c987d1bd7d6555d86dddec8e636842ae62.tar.gz
ports-bdf202c987d1bd7d6555d86dddec8e636842ae62.zip
Add allegrogl 0.2.0,
The library mostly provides functions to allow you to use OpenGL alongside Allegro -- you use OpenGL for your rendering to the screen, and Allegro for miscellaneous tasks like gathering input, doing timers, getting cross-platform portability, loading data, playing samples and drawing your textures. So this library fills the same hole that things like GLUT do. PR: ports/61763 Submitted by: Igor Pokrovsky <tiamat@comset.net>
Notes
Notes: svn path=/head/; revision=98873
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 6dcfb1a79de8..325dc4f306c0 100644
--- a/graphics/Makefile
+++ b/graphics/Makefile
@@ -13,6 +13,7 @@
SUBDIR += aalib
SUBDIR += acidwarp
SUBDIR += ale
+ SUBDIR += allegrogl
SUBDIR += animabob
SUBDIR += aoi
SUBDIR += aqsis