diff options
author | alepulver <alepulver@FreeBSD.org> | 2006-08-14 07:20:09 +0800 |
---|---|---|
committer | alepulver <alepulver@FreeBSD.org> | 2006-08-14 07:20:09 +0800 |
commit | 212e6f726f44aeffb506018098098ace9657590f (patch) | |
tree | 41fee80303e1bd8cf406dd1b7421ca0cc0684f16 /devel/Makefile | |
parent | fb60e0c5976d92111462a83e932ac7a0ddb71b53 (diff) | |
download | freebsd-ports-gnome-212e6f726f44aeffb506018098098ace9657590f.tar.gz freebsd-ports-gnome-212e6f726f44aeffb506018098098ace9657590f.tar.zst freebsd-ports-gnome-212e6f726f44aeffb506018098098ace9657590f.zip |
Allegro is a cross-platform library intended for use in computer games and
other types of multimedia programming.
A wide range of extension packages and add-on modules are also available, which
can be found in the "Library Extensions" section of the Allegro website.
WWW: http://www.talula.demon.co.uk/allegro/
PR: ports/101741
Diffstat (limited to 'devel/Makefile')
-rw-r--r-- | devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 248b2cd992bf..82e130174bc4 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -34,6 +34,7 @@ SUBDIR += ald SUBDIR += alf SUBDIR += allegro + SUBDIR += allegro-devel SUBDIR += alleyoop SUBDIR += anjuta SUBDIR += antlr |