ports/textproc/fcitx5-lua/Makefile
Li-Wen Hsu 50c97dbfef
fcitx5: Update related ports to the latest version as 2023-03-18
While here, use the official site to fetch distfiles from

Approved by:	khng
Differential Revision: https://reviews.freebsd.org/D37948
2023-03-18 21:12:46 +08:00

20 lines
470 B
Makefile

PORTNAME= fcitx5-lua
DISTVERSION= 5.0.10
CATEGORIES= textproc
MASTER_SITES= https://download.fcitx-im.org/fcitx5/${PORTNAME}/
MAINTAINER= khng@FreeBSD.org
COMMENT= Lua support for Fcitx5
WWW= https://github.com/fcitx/fcitx5-lua
LICENSE= LGPL21+
LICENSE_FILE= ${WRKSRC}/LICENSES/LGPL-2.1-or-later.txt
LIB_DEPENDS= libFcitx5Core.so:textproc/fcitx5
USES= cmake compiler:c++17-lang gettext-tools kde:5 lua:53 pkgconfig \
tar:xz
USE_KDE= ecm
.include <bsd.port.mk>