freebsd-ports/japanese/zinnia-tomoe/Makefile
Martin Wilke b4d852fce6 Zinnia is a simple, customizable and portable online hand recognition system
based on Support Vector Machines. Zinnia simply receives user pen strokes as a
sequence of coordinate data and outputs n-best characters sorted by SVM
confidence. To keep portability, Zinnia doesn't have any rendering
functionality. In addition to recognition, Zinnia provides training module that
allows us to create any hand-written recognition systems with low-cost.

WWW: http://zinnia.sourceforge.net/

PR:		ports/149687
Submitted by:	Timothy Beyer <beyert at cs.ucr.edu>
Feature safe:	yes
2011-02-05 09:43:00 +00:00

29 lines
674 B
Makefile

# New ports collection makefile for: zinnia-tomoe
# Date created: 15 Aug 2010
# Whom: Timothy Beyer <beyert@cs.ucr.edu>
#
# $FreeBSD$
#
PORTNAME= zinnia
PORTVERSION= 0.6.0
CATEGORIES= japanese
MASTER_SITES= SF/zinnia/${PORTNAME}${PKGNAMESUFFIX}/${PORTVERSION}-20080911
PKGNAMESUFFIX= -tomoe
DISTNAME= ${PORTNAME}${PKGNAMESUFFIX}-${PORTVERSION}-20080911
MAINTAINER= beyert@cs.ucr.edu
COMMENT= Handwriting Recognition files for Zinnia (Tomoe Data)
LIB_DEPENDS= zinnia.0:${PORTSDIR}/japanese/zinnia
RUN_DEPENDS= zinnia:${PORTSDIR}/japanese/zinnia
LICENSE= LGPL21
LICENSE_FILE= ${WRKSRC}/COPYING
USE_BZIP2= yes
GMAKE= yes
GNU_CONFIGURE= yes
.include <bsd.port.mk>