mirror of
https://git.freebsd.org/ports.git
synced 2025-05-02 03:26:41 -04:00
While here, use the official site to fetch distfiles from Approved by: khng Differential Revision: https://reviews.freebsd.org/D37948
20 lines
470 B
Makefile
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>
|