2aa9eb4e81
Zinnia is a simple, customizable and portable online hand recognition system based on Support Vector Machines. This package contains Zonna recognition models trained with Tomoe data.
27 lines
693 B
Makefile
27 lines
693 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2010/05/20 09:11:07 obache Exp $
|
|
#
|
|
|
|
DISTNAME= zinnia-tomoe-0.6.0-20080911
|
|
PKGNAME= zinnia-tomoe-0.6.0.20080911
|
|
CATEGORIES= inputmethod
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=zinnia/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= obache@NetBSD.org
|
|
HOMEPAGE= http://zinnia.sourceforge.net/
|
|
COMMENT= Zinna recognition models traned with Tomoe data
|
|
#LICENSE= # Tomoe's
|
|
|
|
BUILD_DEPENDS+= zinnia-[0-9]*:../../inputmethod/zinnia
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LANGUAGES= # none
|
|
|
|
FIND_PREFIX:= ZINNIA_DIR=zinnia
|
|
.include "../../mk/find-prefix.mk"
|
|
|
|
CONFIGURE_ARGS+= --with-zinnia-convert=${ZINNIA_DIR}/bin/zinnia_convert
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|