mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
28 lines
516 B
Makefile
28 lines
516 B
Makefile
# $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>
|