2014-11-03 19:45:42 +01:00
|
|
|
# $NetBSD: buildlink3.mk,v 1.5 2014/11/03 18:45:43 prlw1 Exp $
|
Import libskk-0.0.12 as inputmethod/libskk.
libskk -- a library to deal with Japanese kana-to-kanji conversion method
Features:
* Support basic features of SKK including new word registration into
dictionary, completion, numeric conversion, abbrev mode, kuten
input, hankaku-katakana input, Lisp expression evaluation (concat
only), and re-conversion.
* Support various typing rules including romaji-to-kana, AZIK,
TUT-Code, and NICOLA.
* Support various dictionary types including file dictionary (such as
SKK-JISYO.[SML]), user dictionary, skkserv, and CDB format
dictionary.
* GObject based API with gobject-introspection support.
* Experimental support for intelligent kana-to-kanji conversion based
on Viterbi algorithm.
2012-04-22 15:21:04 +02:00
|
|
|
#
|
|
|
|
|
|
|
|
BUILDLINK_TREE+= libskk
|
|
|
|
|
|
|
|
.if !defined(LIBSKK_BUILDLINK3_MK)
|
|
|
|
LIBSKK_BUILDLINK3_MK:=
|
|
|
|
|
2014-09-10 11:45:31 +02:00
|
|
|
BUILDLINK_API_DEPENDS.libskk+= libskk>=1.0.2
|
Import libskk-0.0.12 as inputmethod/libskk.
libskk -- a library to deal with Japanese kana-to-kanji conversion method
Features:
* Support basic features of SKK including new word registration into
dictionary, completion, numeric conversion, abbrev mode, kuten
input, hankaku-katakana input, Lisp expression evaluation (concat
only), and re-conversion.
* Support various typing rules including romaji-to-kana, AZIK,
TUT-Code, and NICOLA.
* Support various dictionary types including file dictionary (such as
SKK-JISYO.[SML]), user dictionary, skkserv, and CDB format
dictionary.
* GObject based API with gobject-introspection support.
* Experimental support for intelligent kana-to-kanji conversion based
on Viterbi algorithm.
2012-04-22 15:21:04 +02:00
|
|
|
BUILDLINK_PKGSRCDIR.libskk?= ../../inputmethod/libskk
|
|
|
|
|
|
|
|
.include "../../devel/glib2/buildlink3.mk"
|
2014-11-03 19:45:42 +01:00
|
|
|
.include "../../devel/libgee/buildlink3.mk"
|
Import libskk-0.0.12 as inputmethod/libskk.
libskk -- a library to deal with Japanese kana-to-kanji conversion method
Features:
* Support basic features of SKK including new word registration into
dictionary, completion, numeric conversion, abbrev mode, kuten
input, hankaku-katakana input, Lisp expression evaluation (concat
only), and re-conversion.
* Support various typing rules including romaji-to-kana, AZIK,
TUT-Code, and NICOLA.
* Support various dictionary types including file dictionary (such as
SKK-JISYO.[SML]), user dictionary, skkserv, and CDB format
dictionary.
* GObject based API with gobject-introspection support.
* Experimental support for intelligent kana-to-kanji conversion based
on Viterbi algorithm.
2012-04-22 15:21:04 +02:00
|
|
|
.include "../../textproc/json-glib/buildlink3.mk"
|
|
|
|
.endif # LIBSKK_BUILDLINK3_MK
|
|
|
|
|
|
|
|
BUILDLINK_TREE+= -libskk
|