diff options
author | alepulver <alepulver@FreeBSD.org> | 2006-07-03 08:33:34 +0800 |
---|---|---|
committer | alepulver <alepulver@FreeBSD.org> | 2006-07-03 08:33:34 +0800 |
commit | bef543ef3eec527cc908edb7dd2bb35929bdbfcb (patch) | |
tree | d04ee4b153df34e9b70da02670f8d3e0de1ff91c /graphics/Makefile | |
parent | eb3fe19b8d77131339bd4a930fed6a38ee82ba8c (diff) | |
download | freebsd-ports-gnome-bef543ef3eec527cc908edb7dd2bb35929bdbfcb.tar.gz freebsd-ports-gnome-bef543ef3eec527cc908edb7dd2bb35929bdbfcb.tar.zst freebsd-ports-gnome-bef543ef3eec527cc908edb7dd2bb35929bdbfcb.zip |
GRX is a 2D graphics library originaly written by Csaba Biegl for DJ Delorie's
DOS port of the GCC compiler.
Now it support DOS (using the DJGPP v2 compiler), Linux console, X11 and Win32
(using the Mingw compiler).
WWW: http://grx.gnu.de/
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 a0e4c8fee34c..9e3855e970d1 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -211,6 +211,7 @@ SUBDIR += graphopt SUBDIR += graphviz SUBDIR += gridpix + SUBDIR += grx SUBDIR += gsculpt SUBDIR += gstreamer-plugins-aalib SUBDIR += gstreamer-plugins-aalib80 |