mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-24 09:25:01 +00:00
a9dcad2fff
With hat: portmgr Sponsored by: Absolight
24 lines
589 B
Makefile
24 lines
589 B
Makefile
# Created by: Timothy Beyer <beyert@cs.ucr.edu>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= tegaki
|
|
PORTVERSION= 0.3.1
|
|
CATEGORIES= japanese python
|
|
MASTER_SITES= http://www.tegaki.org/releases/${PORTVERSION}/
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
DISTNAME= ${PORTNAME}-python-${PORTVERSION}
|
|
|
|
MAINTAINER= beyert@cs.ucr.edu
|
|
COMMENT= Open-source Chinese and Japanese handwriting recognition
|
|
|
|
LICENSE= GPLv2
|
|
|
|
LIB_DEPENDS= libzinnia.so:japanese/zinnia
|
|
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/zinnia.py:japanese/py-zinnia
|
|
|
|
USES= python
|
|
USE_PYTHON= distutils
|
|
PYDISTUTILS_PKGNAME= ${PORTNAME}_python
|
|
|
|
.include <bsd.port.mk>
|