Files
ports/textproc/fcitx5-qt/Makefile
T
Guangyuan Yang 5b0c9b1d8e textproc/fcitx5-qt: Update to 5.0.2
Submitted by:	Ka Ho Ng <khng300@gmail.com> (maintainer)
Sponsored by:	FreeBSD Foundation
Approved by:	lwhsu
Differential Revision:	https://reviews.freebsd.org/D28113
2021-01-18 16:55:45 +00:00

34 lines
773 B
Makefile

# Created by: Ka Ho Ng <khng300@gmail.com>
# $FreeBSD$
PORTNAME= fcitx5-qt
DISTVERSION= 5.0.2
CATEGORIES= textproc
MAINTAINER= khng300@gmail.com
COMMENT= Fcitx support for Qt5
LICENSE= LGPL21+ BSD3CLAUSE
LICENSE_COMB= multi
LICENSE_FILE_LGPL21+ = ${WRKSRC}/LICENSES/LGPL-2.1-or-later.txt
LICENSE_FILE_BSD3CLAUSE= ${WRKSRC}/LICENSES/BSD-3-Clause.txt
LIB_DEPENDS= libFcitx5Utils.so:textproc/fcitx5 \
libxkbcommon.so:x11/libxkbcommon
USES= compiler:c++17-lang gettext-tools cmake kde:5 pkgconfig qt:5 xorg
PLIST_SUB= VER=${PORTVERSION}
USE_GITHUB= yes
GH_ACCOUNT= fcitx
USE_KDE= ecm
USE_QT= concurrent core dbus widgets buildtools_build qmake_build
USE_XORG= x11 xcb
USE_LDCONFIG= yes
CMAKE_ON= ENABLE_QT5
CMAKE_OFF= ENABLE_QT4 ENABLE_QT6
.include <bsd.port.mk>