1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
---|
2 | PortSystem 1.0 |
---|
3 | PortGroup github 1.0 |
---|
4 | |
---|
5 | github.setup chewing libchewing 0.5.1 v |
---|
6 | github.tarball_from releases |
---|
7 | use_bzip2 yes |
---|
8 | |
---|
9 | categories devel |
---|
10 | platforms darwin |
---|
11 | license LGPL-2.1 |
---|
12 | |
---|
13 | maintainers gmail.com:halboof \ |
---|
14 | openmaintainer |
---|
15 | description The intelligent phonetic input method library |
---|
16 | long_description The Chewing is an intelligent phonetic (Zhuyin/Bopomofo) \ |
---|
17 | input method, one of the most popular choices for \ |
---|
18 | Traditional Chinese users. Chewing was inspired by other \ |
---|
19 | proprietary intelligent Zhuyin input methods under \ |
---|
20 | Microsoft Windows, namely, Wang-Xin by Eten, Microsoft \ |
---|
21 | New Zhuyin, and Nature Zhuyin. |
---|
22 | homepage http://chewing.im/ |
---|
23 | checksums rmd160 4d6b48f8a40c99b5c36539a255368e0a622d5f78 \ |
---|
24 | sha256 9708c63415fa6034435c0f38100e7d30d0e1bac927f67bec6dfeb3fef016172b |
---|
25 | |
---|
26 | configure.args --without-sqlite3 |
---|
27 | |
---|
28 | variant sqlite3 description {Build sqlite3 support} { |
---|
29 | depends_lib-append \ |
---|
30 | port:sqlite3 |
---|
31 | configure.args-delete \ |
---|
32 | --without-sqlite3 |
---|
33 | configure.args-append \ |
---|
34 | --with-sqlite3 |
---|
35 | } |
---|
36 | |
---|