1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00
freebsd-ports/chinese/fcitx5-mcbopomofo/Makefile
2024-05-06 16:07:22 +08:00

25 lines
482 B
Makefile

PORTNAME= fcitx5-mcbopomofo
DISTVERSION= 2.7
CATEGORIES= chinese textproc
MAINTAINER= lwhsu@FreeBSD.org
COMMENT= McBopomofo for Fcitx5
WWW= https://github.com/openvanilla/fcitx5-mcbopomofo
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
LIB_DEPENDS= libFcitx5Core.so:textproc/fcitx5 \
libfmt.so:devel/libfmt
USES= cmake compiler:c++17-lang gettext-tools kde:5 pkgconfig
USE_GITHUB= yes
GH_ACCOUNT= openvanilla
USE_KDE= ecm
CMAKE_OFF= ENABLE_TEST
.include <bsd.port.mk>