bff057c2fc
Announcement: https://www.kde.org/announcements/plasma-5.15.0.php Changelog: https://www.kde.org/announcements/plasma-5.14.5-5.15.0-changelog.php
25 lines
686 B
Makefile
25 lines
686 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= oxygen
|
|
DISTVERSION= ${KDE_PLASMA_VERSION}
|
|
CATEGORIES= x11-themes kde kde-plasma
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= Plasma5 Oxygen style
|
|
|
|
LICENSE= GPLv2 LGPL21
|
|
LICENSE_COMB= multi
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
LICENSE_FILE_LGPL21= ${WRKSRC}/COPYING.LIB
|
|
|
|
USES= cmake compiler:c++11-lib cpe gettext \
|
|
kde:5 pkgconfig qt:5 tar:xz
|
|
USE_LDCONFIG= yes
|
|
USE_KDE= auth codecs completion config configwidgets coreaddons decoration ecm \
|
|
frameworkintegration guiaddons i18n kcmutils service \
|
|
wayland widgetsaddons windowsystem
|
|
USE_QT= core dbus declarative gui network widgets x11extras xml \
|
|
buildtools_build qmake_build
|
|
USE_XORG= xcb
|
|
|
|
.include <bsd.port.mk>
|