identical to x11/xscribble, with the exception that you can draw anywhere on the screen. Xscribble is an X application that allows a user of a touch screen to input characters into X applications, using a uni-stroke (graffiti like) alphabet. It uses the X test extension to allow synthesis of characters as though they had been typed on a keyboard. It is the X version of the scribble program. As this program is "familiar" to Palm users, even if other, better recognizers become available, it is important that we have a good implementation of this recognition system..
22 lines
585 B
Makefile
22 lines
585 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2003/12/01 10:40:03 cubidou Exp $
|
|
|
|
DISTNAME= xscribblefs
|
|
PKGNAME= xscribble-fs-20001213
|
|
CATEGORIES= x11
|
|
MASTER_SITES= http://linuxslate.com/files/
|
|
|
|
MAINTAINER= tech-pkg@NetBSD.org
|
|
HOMEPAGE= http://linuxslate.com/software.html
|
|
COMMENT= Handwriting recognition (like graffiti)
|
|
|
|
USE_IMAKE= YES
|
|
NO_INSTALL_MANPAGES= YES
|
|
|
|
post-configure:
|
|
cd ${WRKSRC} && ${MAKE_PROGRAM} clean
|
|
|
|
post-install:
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/xscribble
|
|
${INSTALL_DATA} ${WRKSRC}/classifiers/*.cl ${PREFIX}/share/examples/xscribble
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|