1PORTNAME= fcitx5-lua 2DISTVERSION= 5.0.14 3CATEGORIES= textproc 4MASTER_SITES= https://download.fcitx-im.org/fcitx5/${PORTNAME}/ 5 6MAINTAINER= ports@MidnightBSD.org 7COMMENT= Lua support for Fcitx5 8WWW= https://github.com/fcitx/fcitx5-lua 9 10LICENSE= lgpl2.1+ 11LICENSE_FILE= ${WRKSRC}/LICENSES/LGPL-2.1-or-later.txt 12 13LIB_DEPENDS= libFcitx5Core.so:textproc/fcitx5 14 15USES= cmake compiler:c++17-lang gettext-tools kde:5 lua:53 pkgconfig \ 16 tar:zst 17 18USE_KDE= ecm 19 20.include <bsd.port.mk> 21