ports/textproc/fcitx-qt5/Makefile
Yuri Victorovich 4491d466f9 textproc/fcitx-qt5: Update to 1.2.2
Reported by:	portscout
Approved by:	adamw (mentor)
Differential Revision:	https://reviews.freebsd.org/D14151
2018-02-03 19:50:48 +00:00

23 lines
493 B
Makefile

# $FreeBSD$
PORTNAME= fcitx-qt5
DISTVERSION= 1.2.2
CATEGORIES= textproc
MAINTAINER= yuri@FreeBSD.org
COMMENT= Fcitx support for Qt5
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libfcitx-config.so:chinese/fcitx \
libxkbcommon.so:x11/libxkbcommon
USES= compiler:c++11-lib cmake:outsource gettext kde:5 pkgconfig
USE_GITHUB= yes
GH_ACCOUNT= fcitx
USE_KDE= ecm
USE_QT5= concurrent core dbus gui widgets buildtools_build qmake_build
USE_LDCONFIG= yes
.include <bsd.port.mk>