freebsd-ports/japanese/py-tegaki/Makefile
Marcus von Appen b997ee32c8 - Convert ports from german/, java/, japanese/ and ports-mgmt/ to new
USES=python

Approved by:	portmgr (implicit)
2014-10-19 17:45:13 +00:00

23 lines
613 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:${PORTSDIR}/japanese/zinnia
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/zinnia.py:${PORTSDIR}/japanese/py-zinnia
USES= python
USE_PYTHON= distutils
PYDISTUTILS_PKGNAME= ${PORTNAME}_python
.include <bsd.port.mk>