New ports added: - korean/fcitx5-hangul - chinese/libime - textproc/fcitx5-lua - chinese/fcitx5-chinese-addons - chinese/fcitx5-table-extra - chinese/fcitx5-table-other - chinese/libime-jyutping Submitted by: Ka Ho Ng <khng300@gmail.com> Approved by: lwhsu Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D27796
24 lines
482 B
Makefile
24 lines
482 B
Makefile
# Created by: Ka Ho Ng <khng300@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= fcitx5-hangul
|
|
DISTVERSION= 5.0.1
|
|
CATEGORIES= korean textproc
|
|
|
|
MAINTAINER= khng300@gmail.com
|
|
COMMENT= Hangul support for Fcitx5
|
|
|
|
LICENSE= GPLv2+
|
|
LICENSE_FILE= ${WRKSRC}/LICENSES/GPL-2.0-or-later.txt
|
|
|
|
LIB_DEPENDS= libhangul.so:korean/libhangul \
|
|
libFcitx5Core.so:textproc/fcitx5
|
|
|
|
USES= compiler:c++17-lang gettext-tools cmake kde:5 pkgconfig
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= fcitx
|
|
|
|
USE_KDE= ecm
|
|
|
|
.include <bsd.port.mk>
|