aboutsummaryrefslogtreecommitdiff
path: root/japanese/tegaki-recognize
diff options
context:
space:
mode:
authorWilliam Grzybowski <wg@FreeBSD.org>2013-12-15 16:22:17 +0000
committerWilliam Grzybowski <wg@FreeBSD.org>2013-12-15 16:22:17 +0000
commit1e34739b64d384b87ee2c57027df596b464c79ab (patch)
tree528f950c491cb30f26166e5e23d4b77ad233a5ee /japanese/tegaki-recognize
parent875909eef32afaae5809e1ed26797d44a2f7e2b1 (diff)
downloadports-1e34739b64d384b87ee2c57027df596b464c79ab.tar.gz
ports-1e34739b64d384b87ee2c57027df596b464c79ab.zip
Notes
Diffstat (limited to 'japanese/tegaki-recognize')
-rw-r--r--japanese/tegaki-recognize/Makefile14
1 files changed, 7 insertions, 7 deletions
diff --git a/japanese/tegaki-recognize/Makefile b/japanese/tegaki-recognize/Makefile
index a87166cb15db..5a6bda1fc477 100644
--- a/japanese/tegaki-recognize/Makefile
+++ b/japanese/tegaki-recognize/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.2
CATEGORIES= japanese python
@@ -18,7 +13,7 @@ COMMENT= Open-Source Chinese and Japanese Handwriting Recognition
LICENSE= GPLv2
-LIB_DEPENDS= zinnia.0:${PORTSDIR}/japanese/zinnia
+LIB_DEPENDS= libzinnia.so:${PORTSDIR}/japanese/zinnia
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/tegakigtk/recognizer.py:${PORTSDIR}/japanese/py-tegaki-gtk
USE_PYTHON= -2.7
@@ -37,4 +32,9 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
.endif
+post-patch:
+ @${REINPLACE_CMD} \
+ -e 's,distutils\.command\.install ,setuptools\.command\.install ,' \
+ ${WRKSRC}/setup.py
+
.include <bsd.port.post.mk>