blob: db8fc147b8b76164fd9559a2d7e0633c8e716377 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
# $FreeBSD$
# 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
NO_STAGE= yes
do-build:
.include <bsd.port.mk>
|