summaryrefslogtreecommitdiff
path: root/x11/xscribble/Makefile
blob: 140ab7745bfdf885c85a828545aa44fe1828ee0b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# $NetBSD: Makefile,v 1.18 2012/10/29 05:07:20 asau Exp $

DISTNAME=	xscribble
PKGNAME=	xscribble-20000616
PKGREVISION=	3
CATEGORIES=	x11
MASTER_SITES=	http://www.handhelds.org/download/projects/xscribble/
EXTRACT_SUFX=	.tgz

MAINTAINER=	pkgsrc-users@NetBSD.org
HOMEPAGE=	http://www.handhelds.org/projects/xscribble.html
COMMENT=	Handwriting recognition (like graffiti)

MAKE_JOBS_SAFE=		no

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

INSTALLATION_DIRS=	share/examples/xscribble

post-install:
	${INSTALL_DATA} ${WRKSRC}/classifiers/*.cl ${DESTDIR}${PREFIX}/share/examples/xscribble

.include "../../x11/libXaw/buildlink3.mk"
.include "../../x11/libXt/buildlink3.mk"
.include "../../x11/libXtst/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"