1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00
freebsd-ports/japanese/fcitx5-anthy/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

21 lines
503 B
Makefile

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