blob: 1d8f5b927713918e0d62b8c0048085b75938d782 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# $NetBSD: Makefile,v 1.2 2012/10/06 14:25:22 asau Exp $
#
.include "Makefile.common"
COMMENT= Online hand writing recognition system with machine learning
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= pkg-config
USE_LANGUAGES= c c++
PKGCONFIG_OVERRIDE+= zinnia.pc.in
.include "../../mk/bsd.pkg.mk"
|