aboutsummaryrefslogtreecommitdiff
path: root/chinese/fcitx5-mcbopomofo/Makefile
blob: 52a83bc814fb29d0865f975659b0591856378146 (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
PORTNAME=	fcitx5-mcbopomofo
DISTVERSION=	2.5.2
PORTREVISION=	1
CATEGORIES=	chinese textproc

MAINTAINER=	lwhsu@FreeBSD.org
COMMENT=	McBopomofo for Fcitx5
WWW=		https://github.com/openvanilla/fcitx5-mcbopomofo

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE.txt

LIB_DEPENDS=	libFcitx5Core.so:textproc/fcitx5 \
		libfmt.so:devel/libfmt

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

USE_GITHUB=	yes
GH_ACCOUNT=	openvanilla

USE_KDE=	ecm

CMAKE_OFF=	ENABLE_TEST

.include <bsd.port.mk>