ports/textproc/fcitx-qt5/Makefile
Yuri Victorovich a0cded7cef textproc/fcitx-qt5: Update to 1.2.1
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D13202
2017-11-23 06:32:43 +00:00

23 lines
493 B
Makefile

# $FreeBSD$
PORTNAME= fcitx-qt5
DISTVERSION= 1.2.1
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>