pkgsrc/x11/xscribble/Makefile
rillig b71a1d488b Fixed pkglint warnings. The warnings are mostly quoting issues, for
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in

    http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-12-05 20:49:47 +00:00

27 lines
690 B
Makefile

# $NetBSD: Makefile,v 1.9 2005/12/05 20:51:20 rillig Exp $
DISTNAME= xscribble
PKGNAME= xscribble-20000616
CATEGORIES= x11
MASTER_SITES= ftp://ftp.handhelds.org/pub/apps/src/
EXTRACT_SUFX= .tgz
MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://www.handhelds.org/projects/xscribble.html
COMMENT= Handwriting recognition (like graffiti)
USE_IMAKE= YES
NO_INSTALL_MANPAGES= YES
.include "../../mk/bsd.prefs.mk"
.if ${OPSYS} == "Darwin"
SYS_LIBRARIES= -lmx
MAKE_ENV+= SYS_LIBRARIES=${SYS_LIBRARIES:Q}
.endif
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/xscribble
${INSTALL_DATA} ${WRKSRC}/classifiers/*.cl ${PREFIX}/share/examples/xscribble
.include "../../mk/bsd.pkg.mk"