pkgsrc/x11/xvkbd/Makefile
obache 63fce553d7 Import xvkbd-3.2 as x11/xvkbd.
Packaged by Ryo ONODERA in pkgsrc-wip, PR#43851.

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.
2010-09-08 11:57:36 +00:00

30 lines
799 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2010/09/08 11:57:36 obache Exp $
#
DISTNAME= xvkbd-3.2
CATEGORIES= x11
MASTER_SITES= http://homepage3.nifty.com/tsato/xvkbd/
MAINTAINER= ryo_on@yk.rim.or.jp
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 "../../x11/libXp/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"