9a8b3c162d
and change the Imakefile to use a "NoMan" rule since the patch to fake out the man page build on NetBSD doesn't work with darwin's Imake man-page-building rule)
27 lines
688 B
Makefile
27 lines
688 B
Makefile
# $NetBSD: Makefile,v 1.8 2004/05/23 18:31:27 danw 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}"
|
|
.endif
|
|
|
|
post-install:
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/xscribble
|
|
${INSTALL_DATA} ${WRKSRC}/classifiers/*.cl ${PREFIX}/share/examples/xscribble
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|