09f9633cb6
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
25 lines
814 B
Makefile
25 lines
814 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= discover
|
|
DISTVERSION= ${KDE_PLASMA_VERSION}
|
|
PORTREVISION= 1
|
|
CATEGORIES= sysutils kde kde-plasma
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= Plasma5 package management tools
|
|
|
|
# TODO: update packagekit-qt5
|
|
#LIB_DEPENDS= libpackagekit-qt.so:ports-mgmt/packagekit-qt5
|
|
|
|
USES= cmake:outsource compiler:c++11-lib cpe desktop-file-utils \
|
|
gettext kde:5 pkgconfig qt:5 tar:xz
|
|
USE_KDE= archive attica auth codecs completion config configwidgets \
|
|
coreaddons crash dbusaddons ecm i18n iconthemes itemmodels \
|
|
itemviews jobwidgets kdeclarative kio kirigami2 newstuff \
|
|
notifications package plasma-framework service solid \
|
|
textwidgets wallet widgetsaddons xmlgui
|
|
USE_QT= concurrent core dbus gui network qml quick svg testlib widgets xml \
|
|
buildtools_build qmake_build
|
|
|
|
.include <bsd.port.mk>
|
|
|