diff options
author | pav <pav@FreeBSD.org> | 2004-12-09 07:52:08 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-12-09 07:52:08 +0800 |
commit | e55d2feeb2afc341995520f82009c60144f689c5 (patch) | |
tree | 914be8e5fa7e5fdb1171feef99f0068806a0b205 /devel/Makefile | |
parent | 3f4892d0309c92851a09e496c068665651a2f2d6 (diff) | |
download | freebsd-ports-gnome-e55d2feeb2afc341995520f82009c60144f689c5.tar.gz freebsd-ports-gnome-e55d2feeb2afc341995520f82009c60144f689c5.tar.zst freebsd-ports-gnome-e55d2feeb2afc341995520f82009c60144f689c5.zip |
Add libgiigic, a convenience library that works on top of libgii whereby gic
stands for 'General Input Configuration'. It provides easy Descent/Forsaken
style input configuration. It basically handles binding of keystrokes, mice
and valuators to program actions. For short, it allows to configure input
events with actions as you know from modern computer games.
PR: ports/74822
Submitted by: Antoine Brodin <antoine.brodin@laposte.net>
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 6d54aef14548..3d8bf6f0b2b2 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -419,6 +419,7 @@ SUBDIR += libgetline SUBDIR += libghthash SUBDIR += libgii + SUBDIR += libgiigic SUBDIR += libglade SUBDIR += libglade-java SUBDIR += libglade2 |