freebsd-ports/japanese/py-tegaki-gtk/Makefile
Martin Wilke ea38f86564 Tegaki GTK Fontend:
* is free and open-source
    * is multi-plaform
    * focuses on Chinese (simplified and traditional) and Japanese characters
    * supports 2 different recognition engines
    * aspires to work on both desktop-PCs and mobile devices

WWW: http://www.tegaki.org/

PR:		ports/149689
Submitted by:	Timothy Beyer <beyert at cs.ucr.edu>
Feature safe:	yes
2011-02-05 10:24:37 +00:00

30 lines
718 B
Makefile

# New ports collection makefile for: py-tegaki-gtk
# Date created: 15 Aug 2010
# Whom: 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}
PKGNAMESUFFIX= -gtk
DISTNAME= ${PORTNAME}-pygtk-${PORTVERSION}
MAINTAINER= beyert@cs.ucr.edu
COMMENT= Tegaki pygtk interface
LIB_DEPENDS= zinnia.0:${PORTSDIR}/japanese/zinnia
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/tegaki/engine.py:${PORTSDIR}/japanese/py-tegaki
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_PKGNAME= ${PORTNAME}_pygtk
.include <bsd.port.mk>