diff options
author | miwi <miwi@FreeBSD.org> | 2009-01-11 19:14:22 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-01-11 19:14:22 +0800 |
commit | 0b0013f2b51d0b810c675074511a5eaf806acd0b (patch) | |
tree | 9060417b462ad183a0cc4276d2f1afe9fdd7df75 /textproc/Makefile | |
parent | b925769fa25a083c68146356957c77f762ae6a13 (diff) | |
download | freebsd-ports-gnome-0b0013f2b51d0b810c675074511a5eaf806acd0b.tar.gz freebsd-ports-gnome-0b0013f2b51d0b810c675074511a5eaf806acd0b.tar.zst freebsd-ports-gnome-0b0013f2b51d0b810c675074511a5eaf806acd0b.zip |
The program m17n-im-config provides a GUI for per-user configuration of
input methods of the m17n library (devel/m17n-lib and textproc/m17n-contrib).
The following methods are customisable at the moment: Unicode, Vietnamese,
Malayalam, Tibetan, Thai, Japanese and Chinese.
WWW: http://www.m17n.org
http://www.m17n.org/common/im-config/index.html
PR: ports/127893
Submitted by: Nikola Lecic <nikola.lecic at anthesphoria.net>
Diffstat (limited to 'textproc/Makefile')
-rw-r--r-- | textproc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 043b405b4ad3..2ceb6baaf995 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -319,6 +319,7 @@ SUBDIR += lucene SUBDIR += lv-aspell SUBDIR += m17n-contrib + SUBDIR += m17n-im-config SUBDIR += makefaq SUBDIR += makepatch SUBDIR += maketeidtd |