summaryrefslogtreecommitdiff
path: root/x11/xkbset/Makefile
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>2002-09-23 15:39:46 +0000
committerhubertf <hubertf@pkgsrc.org>2002-09-23 15:39:46 +0000
commitc46615f8b7e1f65725fb055f894195eb4da44b1c (patch)
treeeacef0110e2e2a4059943882d906dbc7ea7fb692 /x11/xkbset/Makefile
parentd3024938402956b78cb3d78ea547a3f6f58194d2 (diff)
downloadpkgsrc-c46615f8b7e1f65725fb055f894195eb4da44b1c.tar.gz
Add xkbset 0.3:
xkbset is a program rather like xset in that it allows you to set various features of the X window interface. It allows one to configure most of the options connected with the XKB extensions. They are described in Section 10 of XKBlib.ps. XXX With this program, X can be made to work on a Toshiba Portege 3000 wwwiiittthhhooouuuuttt key repeating. Just put this into your .xinitrc / .xsession: xkbset exp bo xkbset bo Thanks to erik.berglund@deployit.biz for this hint!
Diffstat (limited to 'x11/xkbset/Makefile')
-rw-r--r--x11/xkbset/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/x11/xkbset/Makefile b/x11/xkbset/Makefile
new file mode 100644
index 00000000000..33a442f5a87
--- /dev/null
+++ b/x11/xkbset/Makefile
@@ -0,0 +1,15 @@
+# $NetBSD: Makefile,v 1.1.1.1 2002/09/23 15:39:46 hubertf Exp $
+#
+
+DISTNAME= xkbset-0.3
+CATEGORIES= x11
+MASTER_SITES= http://www.math.missouri.edu/~stephen/software/xkbset/
+
+MAINTAINER= hubertf@netbsd.org
+HOMEPAGE= http://www.math.missouri.edu/~stephen/software/#xkbset
+COMMENT= Manages XKB features of the X window system
+
+USE_X11BASE= yes
+REPLACE_PERL= mskacc-gui
+
+.include "../../mk/bsd.pkg.mk"