1
0
Fork 0
mirror of https://git.freebsd.org/ports.git synced 2025-05-31 10:26:28 -04:00
ports/korean/fcitx5-hangul/Makefile
Li-Wen Hsu 4bc4a4c57c
korean/fcitx5-hangul: Update to 5.1.6
Approved by:	khng (implicitly)
2025-04-21 18:23:00 +08:00

20 lines
509 B
Makefile

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