diff options
author | Max Khon <fjoe@FreeBSD.org> | 2003-04-10 14:29:39 +0000 |
---|---|---|
committer | Max Khon <fjoe@FreeBSD.org> | 2003-04-10 14:29:39 +0000 |
commit | 9cdac8966d3cdc165e02f40fd40061edd4d42a1b (patch) | |
tree | 154d0783d9cf058b10e5a261c54356ac30b67f92 /x11/Makefile | |
parent | eb31f2cd23c90943c67fb5c145f98189d49d322d (diff) |
New port: cnslock
Cnslock is a dock application (dockapp) which provides a visual
indication of the states of the three "lock" buttons (caps, num, and
scroll).
It should be especially useful for people who own a wireless keyboard
with no leds on it, and thus have difficulty keeping track of "lock"
states.
Submitted by: Alexey Dokuchaev
Notes
Notes:
svn path=/head/; revision=78704
Diffstat (limited to 'x11/Makefile')
-rw-r--r-- | x11/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11/Makefile b/x11/Makefile index 40c2bcb83b6f..8f7ac8e84e43 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -17,6 +17,7 @@ SUBDIR += blast SUBDIR += bricons SUBDIR += buttonbox + SUBDIR += cnslock SUBDIR += decurs SUBDIR += deskmenu SUBDIR += dgs |