2016-07-30 22:29:57 +02:00
|
|
|
PORTNAME= fcitx-qt5
|
2022-01-04 18:33:31 +01:00
|
|
|
DISTVERSION= 1.2.7
|
2016-07-30 22:29:57 +02:00
|
|
|
CATEGORIES= textproc
|
|
|
|
|
2017-11-07 22:34:29 +01:00
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
2016-07-30 22:29:57 +02:00
|
|
|
COMMENT= Fcitx support for Qt5
|
2022-09-07 23:06:12 +02:00
|
|
|
WWW= https://github.com/fcitx/fcitx-qt5
|
2016-07-30 22:29:57 +02:00
|
|
|
|
|
|
|
LICENSE= GPLv2
|
|
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
|
2017-11-23 07:32:43 +01:00
|
|
|
LIB_DEPENDS= libfcitx-config.so:chinese/fcitx \
|
2016-07-30 22:29:57 +02:00
|
|
|
libxkbcommon.so:x11/libxkbcommon
|
|
|
|
|
2018-12-25 21:25:39 +01:00
|
|
|
USES= compiler:c++11-lib cmake gettext kde:5 pkgconfig qt:5
|
2016-07-30 22:29:57 +02:00
|
|
|
USE_GITHUB= yes
|
|
|
|
GH_ACCOUNT= fcitx
|
2016-11-14 17:12:56 +01:00
|
|
|
USE_KDE= ecm
|
2022-09-11 12:20:14 +02:00
|
|
|
USE_QT= concurrent core dbus gui widgets buildtools:build qmake:build
|
2016-07-30 22:29:57 +02:00
|
|
|
USE_LDCONFIG= yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|