diff options
author | sobomax <sobomax@FreeBSD.org> | 2000-08-25 17:08:01 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2000-08-25 17:08:01 +0800 |
commit | d47b4286f6d384c28641e10837f8e8665d5dfd12 (patch) | |
tree | 2529589e8f36e3a86bc197dbb09bd318ef5b1dfd /graphics/Makefile | |
parent | 091ffe7db8c1427611c2c397a402cc5e64da73c5 (diff) | |
download | freebsd-ports-gnome-d47b4286f6d384c28641e10837f8e8665d5dfd12.tar.gz freebsd-ports-gnome-d47b4286f6d384c28641e10837f8e8665d5dfd12.tar.zst freebsd-ports-gnome-d47b4286f6d384c28641e10837f8e8665d5dfd12.zip |
Add svgalib - a *native* port of well-knows Linux console graphics library.
Please note, that it's a work in progress, so some features doesn't work (for
example mouse support). However, the functionality already present is
sufficient to run some of the popular apps (quakeforge for example).
I tested it on ATI Mach64 and C&T55554 adapters.
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 17e5ca346dc5..413e32d699bb 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -157,6 +157,7 @@ SUBDIR += spigot SUBDIR += splitmpg SUBDIR += stamp + SUBDIR += svgalib SUBDIR += tgd SUBDIR += tgif SUBDIR += tgif-nls |