pkgsrc/inputmethod/ibus-tegaki/Makefile
rillig 33ff368747 inputmethod: align variable assignments
pkglint -Wall -F --only aligned --only indent -r

No manual corrections.
2019-11-02 22:56:53 +00:00

28 lines
859 B
Makefile

# $NetBSD: Makefile,v 1.17 2019/11/02 22:56:53 rillig Exp $
DISTNAME= ibus-tegaki-0.3.1
PKGREVISION= 3
CATEGORIES= inputmethod
MASTER_SITES= http://www.tegaki.org/releases/${PKGVERSION_NOREV}/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.tegaki.org/
COMMENT= Tegaki integration in ibus
LICENSE= gnu-gpl-v2
DEPENDS+= tegaki-pygtk>=0.3:../../inputmethod/tegaki-pygtk
DEPENDS+= ibus>=1.2:../../inputmethod/ibus
DEPENDS+= ${PYPKGPREFIX}-ibus-python-[0-9]*:../../inputmethod/ibus-python
USE_LANGUAGES= # none
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'
PYTHON_VERSIONS_ACCEPTED= 27 # py-gtk2 via py-ibus-python
.include "../../lang/python/distutils.mk"
.include "../../lang/python/application.mk"
.include "../../mk/bsd.pkg.mk"