Import xvkbd-2.4

xvkbd is a virtual (graphical) keyboard program for X Window System
which provides facility to enter characters onto other clients
(softwares) by clicking on a keyboard displayed on the screen.  This
may be used for systems without a hardware keyboard such as kiosk
terminals or handheld devices.  This program also has facility to
send characters specified as the command line option to another client.

Maintainer Yozo TODA <yozo@v007.vaio.ne.jp>
This commit is contained in:
pvalchev 2002-10-16 21:45:43 +00:00
parent 8e16ea8964
commit 08b0244acb

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.1.1.1 2002/10/15 19:43:10 naddy Exp $
# $OpenBSD: Makefile,v 1.1.1.2 2002/10/16 21:45:43 pvalchev Exp $
COMMENT= "xvkbd - virtual keyboard for X window system"
DISTNAME= xvkbd-2.4
VERSION= 2.4
DISTNAME= xvkbd-$(VERSION)
CATEGORIES= x11
HOMEPAGE= http://member.nifty.ne.jp/tsato/xvkbd/
@ -20,6 +20,5 @@ LIB_DEPENDS= Xaw3d.6::x11/Xaw3d
USE_X11= Yes
CONFIGURE_STYLE= imake
NO_REGRESS= Yes
.include <bsd.port.mk>