mirror of
https://git.freebsd.org/ports.git
synced 2025-07-16 16:59:17 -04:00
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t GCC 8.2 under most circumstances. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, as a double check, everything INDEX-11 showed depending on lang/gcc7. PR: 231590
24 lines
514 B
Makefile
24 lines
514 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= fcitx-qt5
|
|
DISTVERSION= 1.2.3
|
|
PORTREVISION= 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 qt:5
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= fcitx
|
|
USE_KDE= ecm
|
|
USE_QT= concurrent core dbus gui widgets buildtools_build qmake_build
|
|
USE_LDCONFIG= yes
|
|
|
|
.include <bsd.port.mk>
|