blob: f15b8f5bde6f52b097a12979ebbd491d8197bc8b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# $NetBSD: Makefile,v 1.1.1.1 2010/05/20 09:05:30 obache Exp $
#
.include "Makefile.common"
COMMENT= Online hand writing recognition system with machine learning
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= pkg-config
USE_LANGUAGES= c c++
PKGCONFIG_OVERRIDE+= zinnia.pc.in
.include "../../mk/bsd.pkg.mk"
|