mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
21 lines
426 B
Makefile
21 lines
426 B
Makefile
PORTNAME= fcitx5-m17n
|
|
PORTVERSION= 5.0.11
|
|
CATEGORIES= textproc
|
|
|
|
MAINTAINER= lwhsu@FreeBSD.org
|
|
COMMENT= Multilingualization support for Fcitx5
|
|
WWW= https://github.com/fcitx/fcitx5-m17n
|
|
|
|
LICENSE= LGPL21+
|
|
LICENSE_FILE= ${WRKSRC}/LICENSES/LGPL-2.1-or-later.txt
|
|
|
|
LIB_DEPENDS= libFcitx5Core.so:textproc/fcitx5 \
|
|
libm17n.so:devel/m17n-lib
|
|
|
|
USES= cmake gettext pkgconfig
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= fcitx
|
|
|
|
.include <bsd.port.mk>
|