1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00
freebsd-ports/chinese/fcitx5-table-extra/Makefile
Li-Wen Hsu 50c97dbfef
fcitx5: Update related ports to the latest version as 2023-03-18
While here, use the official site to fetch distfiles from

Approved by:	khng
Differential Revision: https://reviews.freebsd.org/D37948
2023-03-18 21:12:46 +08:00

25 lines
584 B
Makefile

PORTNAME= fcitx5-table-extra
DISTVERSION= 5.0.13
CATEGORIES= chinese textproc
MASTER_SITES= https://download.fcitx-im.org/fcitx5/${PORTNAME}/
MAINTAINER= khng@FreeBSD.org
COMMENT= Extra table support for Fcitx5
WWW= https://github.com/fcitx/fcitx5-table-extra
LICENSE= GPLv2+ GPLv3
LICENSE_COMB= multi
LIB_DEPENDS= libFcitx5Core.so:textproc/fcitx5 \
libIMETable.so:chinese/libime
USES= cmake gettext-tools kde:5 tar:xz
USE_KDE= ecm
INSTALL_TARGET= install
CONFLICTS_INSTALL= zh-fcitx-table-extra # share/icons/hicolor/48x48/apps/fcitx-cantonese.png
.include <bsd.port.mk>