blob: d4d98f9b19af11dcbcd68206ff70a85df66647dc (
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
|
# Created by: Ka Ho Ng <khng300@gmail.com>
PORTNAME= fcitx5-chewing
DISTVERSION= 5.0.7
CATEGORIES= chinese textproc
MAINTAINER= khng@FreeBSD.org
COMMENT= Chewing support for Fcitx5
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/LICENSES/GPL-2.0-or-later.txt
LIB_DEPENDS= libchewing.so:chinese/libchewing \
libFcitx5Core.so:textproc/fcitx5
USES= compiler:c++17-lang gettext-tools cmake kde:5 pkgconfig
USE_GITHUB= yes
GH_ACCOUNT= fcitx
USE_KDE= ecm
CONFLICTS_INSTALL= zh-fcitx-chewing # share/icons/hicolor/48x48/apps/fcitx-chewing.png
.include <bsd.port.mk>
|