diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2014-01-27 12:25:24 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2014-01-27 12:25:24 +0000 |
commit | d9d670bc7ecd43161f79e39e9304ddf13994b094 (patch) | |
tree | dcd7719e5c3374a12db457f7bebc9a6e4ad5ab52 /japanese/py-tegaki | |
parent | bbf0bee207611338ff0f1821c14d51369e7f19b0 (diff) |
Notes
Diffstat (limited to 'japanese/py-tegaki')
-rw-r--r-- | japanese/py-tegaki/Makefile | 17 |
1 files changed, 5 insertions, 12 deletions
diff --git a/japanese/py-tegaki/Makefile b/japanese/py-tegaki/Makefile index 49cc5456c452..d1e3dbe10c75 100644 --- a/japanese/py-tegaki/Makefile +++ b/japanese/py-tegaki/Makefile @@ -1,11 +1,6 @@ +# Created by: Timothy Beyer <beyert@cs.ucr.edu> # $FreeBSD$ -# Date created: 15 Aug 2010 -# Whom: Timothy Beyer <beyert@cs.ucr.edu> -# -# $FreeBSD$ -# - PORTNAME= tegaki PORTVERSION= 0.3.1 CATEGORIES= japanese python @@ -14,17 +9,15 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= ${PORTNAME}-python-${PORTVERSION} MAINTAINER= beyert@cs.ucr.edu -COMMENT= Open-Source Chinese and Japanese Handwriting Recognition - -LIB_DEPENDS= zinnia.0:${PORTSDIR}/japanese/zinnia -RUN_DEPENDS= ${PYTHON_SITELIBDIR}/zinnia.py:${PORTSDIR}/japanese/py-zinnia +COMMENT= Open-source Chinese and Japanese handwriting recognition LICENSE= GPLv2 -LICENSE_FILE= ${WRKSRC}/COPYING + +LIB_DEPENDS= libzinnia.so:${PORTSDIR}/japanese/zinnia +RUN_DEPENDS= ${PYTHON_SITELIBDIR}/zinnia.py:${PORTSDIR}/japanese/py-zinnia USE_PYTHON= yes USE_PYDISTUTILS= yes PYDISTUTILS_PKGNAME= ${PORTNAME}_python -NO_STAGE= yes .include <bsd.port.mk> |