diff options
author | pi <pi@FreeBSD.org> | 2018-01-01 03:14:12 +0800 |
---|---|---|
committer | pi <pi@FreeBSD.org> | 2018-01-01 03:14:12 +0800 |
commit | 8cb37c729e2fa14baf28370279126f8763bc4f7c (patch) | |
tree | 404eaff316999dea56b989c82ed4030b2f5b4bd8 /chinese/Makefile | |
parent | 20c1cea8a8d76870419529474017633da4f042bb (diff) | |
download | freebsd-ports-gnome-8cb37c729e2fa14baf28370279126f8763bc4f7c.tar.gz freebsd-ports-gnome-8cb37c729e2fa14baf28370279126f8763bc4f7c.tar.zst freebsd-ports-gnome-8cb37c729e2fa14baf28370279126f8763bc4f7c.zip |
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
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 |