blob: 1837e93b4403a407148b1d47a7131ff8b4e3efd0 (
plain) (
blame)
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
|
PORTNAME= fcitx5-table-other
DISTVERSION= 5.0.11
CATEGORIES= chinese textproc
MASTER_SITES= https://download.fcitx-im.org/fcitx5/${PORTNAME}/
MAINTAINER= khng@FreeBSD.org
COMMENT= Other table support for Fcitx5
WWW= https://github.com/fcitx/fcitx5-table-other
LICENSE= GPLv3
LIB_DEPENDS= libFcitx5Core.so:textproc/fcitx5 \
libIMETable.so:chinese/libime
USES= cmake gettext-tools kde:5 tar:xz
OPTIONS_DEFINE= DEPRECATED
DEPRECATED_DESC= Enable deprecated tables
DEPRECATED_CMAKE_BOOL= ENABLE_DEPRECATED
USE_KDE= ecm
INSTALL_TARGET= install
CONFLICTS_INSTALL= fcitx-table-other # share/icons/hicolor/32x32/apps/fcitx-thai.png
.include <bsd.port.mk>
|