Changelog: Version 3.4 (2013-03-31) - I hope code to manipulate keys assigned in AlgrGr and Shift- AltGr positions are now fixed. (Thanks, Paul) - Default value of xvkbd.textDelay is now set to 10, as it seems delay of 0 caused problems in some situations. - ISO_Left_Tab is assigned to the shifted position of the Tab key on the xvkbd window, so that Shift-Tab can be simulated. - New option -no-resize to disable resize of xvkbd window.
28 lines
717 B
Makefile
28 lines
717 B
Makefile
# $NetBSD: Makefile,v 1.7 2013/04/28 07:13:44 ryoon Exp $
|
|
#
|
|
|
|
DISTNAME= xvkbd-3.4a
|
|
CATEGORIES= x11
|
|
MASTER_SITES= http://homepage3.nifty.com/tsato/xvkbd/
|
|
|
|
MAINTAINER= ryoon@NetBSD.org
|
|
HOMEPAGE= http://homepage3.nifty.com/tsato/xvkbd/
|
|
COMMENT= The xvkbd is a virtual (graphical) keyboard program for X
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
USE_IMAKE= yes
|
|
|
|
.include "../../mk/xaw.buildlink3.mk"
|
|
.if ${XAW_TYPE} == "standard"
|
|
SUBST_CLASSES+= xaw
|
|
SUBST_STAGE.xaw= pre-configure
|
|
SUBST_MESSAGE.xaw= undefine Xaw3d
|
|
SUBST_FILES.xaw= Imakefile
|
|
SUBST_SED.xaw= -e 's,define XAW3D,undef XAW3D,g'
|
|
|
|
.elif ${XAW_TYPE} == "neXtaw"
|
|
BUILDLINK_TRANSFORM+= l:Xaw3d:neXtaw
|
|
.endif
|
|
|
|
.include "../../x11/libXtst/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|