Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-gnome
Path: blob/main/chinese/fcitx5-table-other/Makefile
16149 views
# Created by: Ka Ho Ng <[email protected]>

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

MAINTAINER=	[email protected]
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>