diff options
author | wiz <wiz@pkgsrc.org> | 2012-06-06 09:37:54 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2012-06-06 09:37:54 +0000 |
commit | 6f1be6809958a6005fc5d1c5f48e3b25cfc70f54 (patch) | |
tree | e41165499e8afccc87078a48612468796442cad1 /x11/Makefile | |
parent | 8cd42b39943eeed3f74559598adc7cdae69d3ef4 (diff) | |
download | pkgsrc-6f1be6809958a6005fc5d1c5f48e3b25cfc70f54.tar.gz |
Add xkbevd-1.1.3:
This command is very raw and is therefore only partially implemented;
we present it here as a rough prototype for developers, not as a
general purpose tool for end users.
The xkbevd event daemon listens for specified XKB events and executes
requested commands if they occur. The configuration file consists
of a list of event specification/action pairs and/or variable
definitions.
Diffstat (limited to 'x11/Makefile')
-rw-r--r-- | x11/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/Makefile b/x11/Makefile index 2e69fbb224d..316c66b2268 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.651 2012/06/06 09:32:44 wiz Exp $ +# $NetBSD: Makefile,v 1.652 2012/06/06 09:37:54 wiz Exp $ # COMMENT= Packages to support the X window system @@ -499,6 +499,7 @@ SUBDIR+= xjman SUBDIR+= xkbcomp SUBDIR+= xkbd SUBDIR+= xkbdata +SUBDIR+= xkbevd SUBDIR+= xkbset SUBDIR+= xkbutils SUBDIR+= xkeyboard-config |