summaryrefslogtreecommitdiff
path: root/inputmethod/ibus-unikey/Makefile
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2010-08-07 02:22:26 +0000
committerobache <obache@pkgsrc.org>2010-08-07 02:22:26 +0000
commit1aaa76a16fd2e703eee111a8c6c4ef11b887f62f (patch)
tree9923d14e5d95bce424736a745efa966179e8a550 /inputmethod/ibus-unikey/Makefile
parent41aecb02ecbdd5c439556965f45b95bfe912996e (diff)
downloadpkgsrc-1aaa76a16fd2e703eee111a8c6c4ef11b887f62f.tar.gz
Import ibus-unikey-0.5 as inputmethod/ibus-unikey.
Ibus-unikey is a IM Engine for IBus. Use for type Vietnamese.
Diffstat (limited to 'inputmethod/ibus-unikey/Makefile')
-rw-r--r--inputmethod/ibus-unikey/Makefile27
1 files changed, 27 insertions, 0 deletions
diff --git a/inputmethod/ibus-unikey/Makefile b/inputmethod/ibus-unikey/Makefile
new file mode 100644
index 00000000000..dcb67810361
--- /dev/null
+++ b/inputmethod/ibus-unikey/Makefile
@@ -0,0 +1,27 @@
+# $NetBSD: Makefile,v 1.1.1.1 2010/08/07 02:22:26 obache Exp $
+#
+
+DISTNAME= ibus-unikey-0.5
+CATEGORIES= inputmethod
+MASTER_SITES= http://ibus-unikey.googlecode.com/files/
+
+MAINTAINER= obache@NetBSD.org
+HOMEPAGE= http://code.google.com/p/ibus-unikey/
+COMMENT= Vietnamese Input Method Engine for IBUS using Unikey IME
+LICENSE= gnu-gpl-v2
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+GNU_CONFIGURE= yes
+USE_LIBTOOL= yes
+USE_PKGLOCALEDIR= yes
+USE_LANGUAGES= c c++
+USE_TOOLS+= gmake pkg-config
+
+PYTHON_FOR_BUILD_ONLY= yes
+.include "../../lang/python/pyversion.mk"
+.include "../../devel/GConf/buildlink3.mk"
+.include "../../inputmethod/ibus/buildlink3.mk"
+BUILDLINK_API_DEPENDS.gtk2+= gtk2+>=2.12.0
+.include "../../x11/gtk2/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"