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
20 lines
705 B
Makefile
20 lines
705 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= plasma-sdk
|
|
DISTVERSION= ${KDE_PLASMA_VERSION}
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel kde kde-plasma
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= Plasma5 applications useful for Plasma development
|
|
|
|
USES= cmake:outsource compiler:c++11-lib cpe gettext kde:5 qt:5 tar:xz
|
|
USE_KDE= archive attica auth codecs completion config configwidgets \
|
|
coreaddons dbusaddons ecm i18n iconthemes itemmodels \
|
|
jobwidgets kdeclarative kio kirigami2 newstuff package parts \
|
|
plasma-framework service sonnet texteditor textwidgets \
|
|
widgetsaddons windowsystem xmlgui
|
|
USE_QT= concurrent core dbus gui network qml quick webkit widgets x11extras xml \
|
|
buildtools_build qmake_build
|
|
|
|
.include <bsd.port.mk>
|