2020-03-20 12:57:53 +01:00
|
|
|
# $NetBSD: Makefile,v 1.74 2020/03/20 11:57:54 nia Exp $
|
Import im-ja-1.5 as inputmethod/im-ja.
im-ja is a Japanese input module for GTK2 and also has a XIM server.
Currently supports hiragana, katakana, half-width katakana, zenkaku, canna, wnn,
anthy, skk and kanji character recognition inputs.
Conversion hotkeys, status window, preedit text colors, etc. can be customized
through a GUI. An optional applet is also included for the gnome-panel which
can be used to display and change the input method.
2010-05-20 10:18:00 +02:00
|
|
|
#
|
|
|
|
|
|
|
|
DISTNAME= im-ja-1.5
|
2020-03-10 23:08:37 +01:00
|
|
|
PKGREVISION= 69
|
Import im-ja-1.5 as inputmethod/im-ja.
im-ja is a Japanese input module for GTK2 and also has a XIM server.
Currently supports hiragana, katakana, half-width katakana, zenkaku, canna, wnn,
anthy, skk and kanji character recognition inputs.
Conversion hotkeys, status window, preedit text colors, etc. can be customized
through a GUI. An optional applet is also included for the gnome-panel which
can be used to display and change the input method.
2010-05-20 10:18:00 +02:00
|
|
|
CATEGORIES= inputmethod japanese
|
|
|
|
MASTER_SITES= http://im-ja.sourceforge.net/
|
|
|
|
|
2015-03-15 18:09:00 +01:00
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
2020-03-20 12:57:53 +01:00
|
|
|
HOMEPAGE= http://im-ja.sourceforge.net/
|
Import im-ja-1.5 as inputmethod/im-ja.
im-ja is a Japanese input module for GTK2 and also has a XIM server.
Currently supports hiragana, katakana, half-width katakana, zenkaku, canna, wnn,
anthy, skk and kanji character recognition inputs.
Conversion hotkeys, status window, preedit text colors, etc. can be customized
through a GUI. An optional applet is also included for the gnome-panel which
can be used to display and change the input method.
2010-05-20 10:18:00 +02:00
|
|
|
COMMENT= Japanese input module for GTK2 and XIM server
|
|
|
|
#LICENSE= gnu-gpl-v2 AND gnu-lgpl-v2 # AND bsd?
|
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_LIBTOOL= yes
|
|
|
|
USE_TOOLS+= intltool msgfmt pkg-config gmake
|
|
|
|
|
|
|
|
GCONF_SCHEMAS+= im-ja.schemas
|
|
|
|
|
|
|
|
GTK2_IMMODULES= yes
|
|
|
|
|
|
|
|
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
|
2020-01-01 15:16:41 +01:00
|
|
|
CONFIGURE_ARGS+= --disable-gnome
|
Import im-ja-1.5 as inputmethod/im-ja.
im-ja is a Japanese input module for GTK2 and also has a XIM server.
Currently supports hiragana, katakana, half-width katakana, zenkaku, canna, wnn,
anthy, skk and kanji character recognition inputs.
Conversion hotkeys, status window, preedit text colors, etc. can be customized
through a GUI. An optional applet is also included for the gnome-panel which
can be used to display and change the input method.
2010-05-20 10:18:00 +02:00
|
|
|
|
|
|
|
.include "options.mk"
|
|
|
|
.include "../../devel/GConf/schemas.mk"
|
|
|
|
.include "../../devel/libglade/buildlink3.mk"
|
|
|
|
.include "../../devel/gettext-lib/buildlink3.mk"
|
|
|
|
.include "../../x11/gtk2/modules.mk"
|
|
|
|
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|