summaryrefslogtreecommitdiff
path: root/x11/xkbd/Makefile
diff options
context:
space:
mode:
authortsarna <tsarna>2002-12-20 18:16:37 +0000
committertsarna <tsarna>2002-12-20 18:16:37 +0000
commit62c89f4c03ae0b9efd8689c7d5b77024091887ed (patch)
treed955fbec5e2472f3592e0f32f20d7094246e2361 /x11/xkbd/Makefile
parent558fd261ebbbe0d676585aaad9c7e2abe289bbd8 (diff)
downloadpkgsrc-62c89f4c03ae0b9efd8689c7d5b77024091887ed.tar.gz
Xkbd is a small highly configurable 'virtual' on-screen keyboard for
X11. It is designed primarily for use on a PDA, but will hopefully be of use on other devices where a physical keyboard is not present. Xkbd uses no widget set and is based purely on xlib.
Diffstat (limited to 'x11/xkbd/Makefile')
-rw-r--r--x11/xkbd/Makefile16
1 files changed, 16 insertions, 0 deletions
diff --git a/x11/xkbd/Makefile b/x11/xkbd/Makefile
new file mode 100644
index 00000000000..1df7fb9a3cf
--- /dev/null
+++ b/x11/xkbd/Makefile
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1.1.1 2002/12/20 18:16:37 tsarna Exp $
+#
+
+DISTNAME= xkbd-0.8.5
+CATEGORIES= x11
+MASTER_SITES= http://handhelds.org/~mallum/downloadables/xkbd/
+
+MAINTAINER= tsarna@netbsd.org
+HOMEPAGE= http://handhelds.org/~mallum/
+COMMENT= On-screen keyboard for X, useful for palmtops
+
+USE_BUILDLINK2= YES
+USE_X11= YES
+GNU_CONFIGURE= YES
+
+.include "../../mk/bsd.pkg.mk"