*** Highlights for this release - ibus-tegaki: initial release - tegaki-wagomu: now builds on OS X - tegaki-python: new sqlite-based character collection - tegaki-pygtk: support for fake key events - tegaki-recognize: send input to currently selected program - tegaki-train: new character collection support - tegaki-webcanvas: IPhone support
29 lines
746 B
Makefile
29 lines
746 B
Makefile
# $NetBSD: Makefile,v 1.1 2010/04/06 11:44:54 obache Exp $
|
|
#
|
|
|
|
DISTNAME= ibus-tegaki-0.3.1
|
|
CATEGORIES= inputmethod
|
|
MASTER_SITES= http://www.tegaki.org/releases/${PKGVERSION_NOREV}/
|
|
|
|
MAINTAINER= obache@NetBSD.org
|
|
HOMEPAGE= http://www.tegaki.org/
|
|
COMMENT= Tegaki integration in ibus
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
DEPENDS+= tegaki-pygtk>=0.3:../../wip/tegaki-pygtk
|
|
DEPENDS+= ibus>=1.2:../../wip/ibus
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
PYDISTUTILSPKG= yes
|
|
|
|
SUBST_CLASSES+= epython
|
|
SUBST_STAGE.epython= pre-configure
|
|
SUBST_FILES.epython= ibus-engine-tegaki.in
|
|
SUBST_SED.epython= -e 's;exec python;exec ${PYTHONBIN};g'
|
|
|
|
.include "../../lang/python/extension.mk"
|
|
.include "../../lang/python/application.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|