13f3c00140
* is free and open-source * is multi-plaform * focuses on Chinese (simplified and traditional) and Japanese characters * supports 2 different recognition engines * aspires to work on both desktop-PCs and mobile devices WWW: http://www.tegaki.org/ PR: ports/149691 Submitted by: Timothy Beyer <beyert at cs.ucr.edu> Feature safe: yes
26 lines
550 B
Makefile
26 lines
550 B
Makefile
# New ports collection makefile for: tegaki-zinnia-japanese
|
|
|
|
# Date created: 15 Aug 2010
|
|
# Whom: Timothy Beyer <beyert@cs.ucr.edu>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= tegaki
|
|
PORTVERSION= 0.3
|
|
CATEGORIES= japanese python
|
|
MASTER_SITES= http://www.tegaki.org/releases/${PORTVERSION}/models/
|
|
PKGNAMESUFFIX= -zinnia-japanese
|
|
DISTNAME= ${PORTNAME}${PKGNAMESUFFIX}-${PORTVERSION}
|
|
|
|
MAINTAINER= beyert@cs.ucr.edu
|
|
COMMENT= Handwriting Recognition Models for Tegaki
|
|
|
|
LICENSE= LGPL21
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
USE_ZIP= yes
|
|
|
|
do-build:
|
|
|
|
.include <bsd.port.mk>
|