87f00680fc
Changelog: Version 3.3 (2012-03-03) * -text can now accept \{keysym} so that the specified key can be processed in more primitive manner, and so that modofier keys such as Control_L, Meta_L, etc. can also be simulated. Also, \{+keysym} and \{+keysym} will now simulate press and release of the key, respectively. * New option -remote-display to make xvkbd connect to the specified display when startup. * Bug fixed: KP_0 now works.
30 lines
751 B
Makefile
30 lines
751 B
Makefile
# $NetBSD: Makefile,v 1.5 2012/08/11 12:00:57 ryoon Exp $
|
|
#
|
|
|
|
DISTNAME= xvkbd-3.3
|
|
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
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
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"
|