mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
a9f015d155
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
30 lines
631 B
Makefile
30 lines
631 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= breeze
|
|
DISTVERSION= ${KDE_PLASMA_VERSION}
|
|
PORTREVISION= 1
|
|
CATEGORIES= x11-themes kde kde-plasma
|
|
PKGNAMESUFFIX= -kde4
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= Plasma5 Breeze visual style for KDE4
|
|
|
|
LICENSE= GPLv2
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
DEPRECATED= KDE4 is EOL upstream
|
|
EXPIRATION_DATE= 2018-12-31
|
|
|
|
CMAKE_ON= USE_KDE4
|
|
|
|
USES= cmake:outsource compiler:c++11-lang cpe gettext \
|
|
kde:4 pkgconfig qt:4 tar:xz
|
|
USE_KDE= kdelibs automoc4
|
|
USE_QT= corelib dbus gui svg \
|
|
moc_build qmake_build rcc_build uic_build
|
|
USE_XORG= x11 xcb
|
|
|
|
DISTINFO_FILE= ${.CURDIR}/../plasma5-breeze/distinfo
|
|
|
|
.include <bsd.port.mk>
|