diff options
author | Kurt Jaeger <pi@FreeBSD.org> | 2017-12-31 19:14:12 +0000 |
---|---|---|
committer | Kurt Jaeger <pi@FreeBSD.org> | 2017-12-31 19:14:12 +0000 |
commit | 7c35908087789ba37e03522e68e9db620ef9e69c (patch) | |
tree | 404eaff316999dea56b989c82ed4030b2f5b4bd8 /chinese/Makefile | |
parent | New port: chinese/pycangjie (diff) |
New port: chinese/libcangjie
This is a C library implementing the Cangjie input method.
This library is based on Wan Leung Wong's original libcangjie
with some updated API.
WWW: https://github.com/Cangjians/libcangjie
PR: 223565
Submitted by: hello@blubee.me
Notes
Notes:
svn path=/head/; revision=457715
Diffstat (limited to 'chinese/Makefile')
-rw-r--r-- | chinese/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chinese/Makefile b/chinese/Makefile index 4dbe24163c9f..29763ebec243 100644 --- a/chinese/Makefile +++ b/chinese/Makefile @@ -59,6 +59,7 @@ SUBDIR += kcfonts SUBDIR += kde4-l10n-zh_CN SUBDIR += kde4-l10n-zh_TW + SUBDIR += libcangjie SUBDIR += libchewing SUBDIR += libpinyin SUBDIR += libreoffice-zh_CN |