diff options
author | krion <krion@FreeBSD.org> | 2004-01-23 18:02:47 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-01-23 18:02:47 +0800 |
commit | 89943ff2fb87ef6f09b41940493b487ce58a50fa (patch) | |
tree | 59903cfccf72443190b50637e7bcb29c1ed538fc /graphics/Makefile | |
parent | 8cde33cfc96ae0ada09ae25b8dea9b71d2ed33bc (diff) | |
download | freebsd-ports-gnome-89943ff2fb87ef6f09b41940493b487ce58a50fa.tar.gz freebsd-ports-gnome-89943ff2fb87ef6f09b41940493b487ce58a50fa.tar.zst freebsd-ports-gnome-89943ff2fb87ef6f09b41940493b487ce58a50fa.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>
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 |