blob: 65252765aa358f02cf9b106e2631846ff748daf2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
# Created by: Ka Ho Ng <khng300@gmail.com>
PORTNAME= fcitx5-rime
DISTVERSION= 5.0.8
CATEGORIES= chinese textproc
MAINTAINER= khng@FreeBSD.org
COMMENT= RIME support for Fcitx5
LICENSE= LGPL21
LICENSE_FILE= ${WRKSRC}/LICENSES/LGPL-2.1-or-later.txt
BUILD_DEPENDS= ${_SCHEMA_DEPENDS}
LIB_DEPENDS= librime.so:chinese/librime \
libFcitx5Core.so:textproc/fcitx5
RUN_DEPENDS= ${_SCHEMA_DEPENDS}
USES= compiler:c++17-lang gettext-tools cmake kde:5 localbase \
pkgconfig
USE_GITHUB= yes
GH_ACCOUNT= fcitx
USE_KDE= ecm
_SCHEMA_DEPENDS= \
${LOCALBASE}/share/rime-data/luna_pinyin.schema.yaml:chinese/rime-luna-pinyin \
${LOCALBASE}/share/rime-data/bopomofo.schema.yaml:chinese/rime-bopomofo \
${LOCALBASE}/share/rime-data/cangjie5.schema.yaml:chinese/rime-cangjie \
${LOCALBASE}/share/rime-data/stroke.schema.yaml:chinese/rime-stroke
.include <bsd.port.mk>
|