aboutsummaryrefslogtreecommitdiff
path: root/chinese/fcitx5-table-extra/Makefile
blob: 289cad8a2c9c59fe1ff7cf9f3d2ef9ed7ea1cb30 (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
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>