diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-01-23 10:02:47 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-01-23 10:02:47 +0000 |
commit | bdf202c987d1bd7d6555d86dddec8e636842ae62 (patch) | |
tree | c8f0729499c34e293af7c1892f5c8328d958e261 /graphics/Makefile | |
parent | Add glbsp 2.05, (diff) |
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>
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 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 |