aboutsummaryrefslogtreecommitdiff
path: root/chinese/fcitx5-chewing/Makefile
blob: 4b5704492e3173fd8f2d51523127b7468ad705fa (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
PORTNAME=	fcitx5-chewing
DISTVERSION=	5.1.3
CATEGORIES=	chinese textproc
MASTER_SITES=	https://download.fcitx-im.org/fcitx5/${PORTNAME}/

MAINTAINER=	khng@FreeBSD.org
COMMENT=	Chewing support for Fcitx5
WWW=		https://github.com/fcitx/fcitx5-chewing

LICENSE=	LGPL21+
LICENSE_FILE=	${WRKSRC}/LICENSES/LGPL-2.1-or-later.txt

LIB_DEPENDS=	libchewing.so:chinese/libchewing \
		libFcitx5Core.so:textproc/fcitx5

USES=		compiler:c++17-lang gettext-tools cmake kde:5 pkgconfig tar:zst

USE_KDE=	ecm

CONFLICTS_INSTALL=	zh-fcitx-chewing # share/icons/hicolor/48x48/apps/fcitx-chewing.png

.include <bsd.port.mk>