diff options
author | obache <obache@pkgsrc.org> | 2009-11-24 11:47:40 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2009-11-24 11:47:40 +0000 |
commit | 9d7b960c6dd99fe089fb2b2820a6783a711755be (patch) | |
tree | 8724f29f4d20fd5c29c41d747246a874fda8b592 /inputmethod/scim-anthy/Makefile | |
parent | e6232cb7fdfab4f5b4cb74777528f4db1f3cebc3 (diff) | |
download | pkgsrc-9d7b960c6dd99fe089fb2b2820a6783a711755be.tar.gz |
Import scim-anthy-1.2.7 as inputmethod/scim-anthy.
scim-anthy is a SCIM IMEngine module for anthy.
SCIM is Smart Common Input Method platform, it provides user friendly/full
featured user interface and development platform to make input method
developer's life easier.
Anthy is a system for Japanese input method.
It converts Hiragana text to Kana Kanji mixed text.
scim-anthy provides some usefull user interfaces for Anthy using SCIM.
Diffstat (limited to 'inputmethod/scim-anthy/Makefile')
-rw-r--r-- | inputmethod/scim-anthy/Makefile | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/inputmethod/scim-anthy/Makefile b/inputmethod/scim-anthy/Makefile new file mode 100644 index 00000000000..2cafaf1a6c9 --- /dev/null +++ b/inputmethod/scim-anthy/Makefile @@ -0,0 +1,27 @@ +# $NetBSD: Makefile,v 1.1.1.1 2009/11/24 11:47:40 obache Exp $ +# + +DISTNAME= scim-anthy-1.2.7 +CATEGORIES= inputmethod +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP:=scim-imengine/37309/} + +MAINTAINER= obache@NetBSD.org +HOMEPAGE= http://scim-imengine.sourceforge.jp/ +COMMENT= SCIM IMEngine module for anthy +LICENSE= gnu-gpl-v2 + +PKG_DESTDIR_SUPPORT= user-destdir + +USE_PKGLOCALEDIR= yes +USE_LANGUAGES= c c++ +USE_LIBTOOL= yes +USE_TOOLS+= msgfmt pkg-config +GNU_CONFIGURE= yes + +USE_SCIM_GTKUTILS= yes + +.include "../../devel/gettext-lib/buildlink3.mk" +.include "../../inputmethod/anthy/buildlink3.mk" +.include "../../inputmethod/scim/buildlink3.mk" +.include "../../x11/gtk2/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" |