28 lines
867 B
Makefile
28 lines
867 B
Makefile
# $NetBSD: Makefile,v 1.10 2015/12/05 21:25:47 adam Exp $
|
|
|
|
DISTNAME= ibus-tegaki-0.3.1
|
|
PKGREVISION= 2
|
|
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_INCOMPATIBLE= 33 34 35 # py-gtk2 via py-ibus-python
|
|
|
|
.include "../../lang/python/distutils.mk"
|
|
.include "../../lang/python/application.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|