as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3 to GCC 9.1 under most circumstances now after revision 507371. 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, everything INDEX-11 shows with a dependency on lang/gcc9 now. PR: 238330
30 lines
681 B
Makefile
30 lines
681 B
Makefile
# Created by: Olivier Duchateau
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= lxqt-qtplugin
|
|
PORTVERSION= 0.14.0
|
|
PORTREVISION= 1
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= LXQT
|
|
|
|
MAINTAINER= jsm@FreeBSD.org
|
|
COMMENT= LXQt system integration plugin for Qt
|
|
|
|
LICENSE= LGPL21+
|
|
|
|
LIB_DEPENDS= libdbusmenu-qt5.so:devel/libdbusmenu-qt \
|
|
libexif.so:graphics/libexif
|
|
|
|
USES= cmake compiler:c++14-lang kde:5 lxqt pkgconfig tar:xz qt:5 gnome gettext-runtime
|
|
|
|
USE_XORG=xcb
|
|
USE_GNOME=glib20
|
|
USE_QT= buildtools_build qmake_build core dbus gui svg widgets \
|
|
x11extras xml
|
|
USE_KDE= windowsystem
|
|
USE_LXQT= buildtools qtxdg libfmqt
|
|
USE_LDCONFIG= yes
|
|
|
|
PLIST_FILES= ${QT_PLUGINDIR}/platformthemes/libqtlxqt.so
|
|
|
|
.include <bsd.port.mk>
|