mirror of
https://git.freebsd.org/ports.git
synced 2025-06-03 03:46:30 -04:00
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which has now moved from GCC 6 to GCC 7 by default. This includes ports - featuring USE_GCC=yes or USE_GCC=any, - featuring USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and those - with USES=compiler specifying one of openmp, nestedfct, c11, c++0x, c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib. PR: 222542
24 lines
514 B
Makefile
24 lines
514 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= fcitx-qt5
|
|
DISTVERSION= 1.2.3
|
|
PORTREVISION= 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 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>
|