aboutsummaryrefslogtreecommitdiff
path: root/chinese/fcitx5-table-other/Makefile
blob: d6637c260fa3e9eff59753ae4fa2c937ba4565da (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
29
30
# Created by: Ka Ho Ng <khng300@gmail.com>
# $FreeBSD$

PORTNAME=	fcitx5-table-other
DISTVERSION=	5.0.1
CATEGORIES=	chinese textproc

MAINTAINER=	khng300@gmail.com
COMMENT=	Other table support for Fcitx5

LICENSE=	GPLv3

LIB_DEPENDS=	libIMETable.so:chinese/libime \
		libFcitx5Core.so:textproc/fcitx5

USES=		gettext-tools cmake kde:5

OPTIONS_DEFINE=	DEPRECATED

DEPRECATED_DESC=	Deprecated tables
DEPRECATED_CMAKE_BOOL=	ENABLE_DEPRECATED

USE_GITHUB=	yes
GH_ACCOUNT=	fcitx

USE_KDE=	ecm

INSTALL_TARGET=	install

.include <bsd.port.mk>