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/grx/pkg-descr | |
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/grx/pkg-descr')
-rw-r--r-- | graphics/grx/pkg-descr | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/graphics/grx/pkg-descr b/graphics/grx/pkg-descr new file mode 100644 index 000000000000..9802b1b823ea --- /dev/null +++ b/graphics/grx/pkg-descr @@ -0,0 +1,7 @@ +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/ |