diff options
author | obache <obache@pkgsrc.org> | 2010-08-08 00:42:23 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2010-08-08 00:42:23 +0000 |
commit | a45f9a165ef1eab462159917ff9a0eb7541f4ef0 (patch) | |
tree | 730d4c8c700fa85e6c8374999fb69836c560155c /inputmethod/ibus-tegaki/Makefile | |
parent | d75204d74d757ab4dc0131e2d849e1a7f267404f (diff) | |
download | pkgsrc-a45f9a165ef1eab462159917ff9a0eb7541f4ef0.tar.gz |
Import ibus-tegaki-0.3.1 as inputmethod/ibus-tegaki.
Tegaki project integration in IBus.
Diffstat (limited to 'inputmethod/ibus-tegaki/Makefile')
-rw-r--r-- | inputmethod/ibus-tegaki/Makefile | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/inputmethod/ibus-tegaki/Makefile b/inputmethod/ibus-tegaki/Makefile new file mode 100644 index 00000000000..62e34d43332 --- /dev/null +++ b/inputmethod/ibus-tegaki/Makefile @@ -0,0 +1,29 @@ +# $NetBSD: Makefile,v 1.1.1.1 2010/08/08 00:42:23 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:../../inputmethod/tegaki-pygtk +DEPENDS+= ibus>=1.2:../../inputmethod/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" |