blob: 6a980b1f44fe260b57c6e907f493ebb345477452 (
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
|
# 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>
|