1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-29 05:38:00 +00:00
freebsd-ports/textproc/fcitx5-lua/Makefile
Ka Ho Ng 2f66d38265 textproc/fcitx5-lua: Update to 5.0.5
Sponsored by:	The FreeBSD Foundation
Approved by:	ygy
Differential Revision:	https://reviews.freebsd.org/D33174
2021-11-30 05:38:33 -05:00

23 lines
431 B
Makefile

# Created by: Ka Ho Ng <khng300@gmail.com>
PORTNAME= fcitx5-lua
DISTVERSION= 5.0.5
CATEGORIES= textproc
MAINTAINER= khng@FreeBSD.org
COMMENT= Lua support for Fcitx5
LICENSE= LGPL21+
LICENSE_FILE= ${WRKSRC}/LICENSES/LGPL-2.1-or-later.txt
LIB_DEPENDS= libFcitx5Core.so:textproc/fcitx5
USES= compiler:c++17-lang gettext-tools cmake kde:5 lua:53 pkgconfig
USE_GITHUB= yes
GH_ACCOUNT= fcitx
USE_KDE= ecm
.include <bsd.port.mk>