21 lines
454 B
Makefile
21 lines
454 B
Makefile
# Created by: 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
|
|
|
|
USES= zip
|
|
|
|
do-build:
|
|
|
|
.include <bsd.port.mk>
|