freebsd-ports/x11/kf5-plasma-framework/Makefile
Tobias C. Berner 5f62895ae8 Update KDE Frameworks to 5.38.0
Changelog:	https://www.kde.org/announcements/kde-frameworks-5.38.0.php

PR:		222171
Exp-run by:	antoine
Reviewed by:	rakuco, adridg
Differential Revision:	https://reviews.freebsd.org/D12289
2017-09-18 17:42:44 +00:00

22 lines
752 B
Makefile

# Created by: tcberner
# $FreeBSD$
PORTNAME= plasma-framework
PORTVERSION= ${KDE_FRAMEWORKS_VERSION}
CATEGORIES= x11 kde kde-frameworks
MAINTAINER= kde@FreeBSD.org
COMMENT= KF5 plugin based UI runtime used to write user interfaces
USES= cmake:outsource compiler:c++11-lib gettext kde:5 pkgconfig tar:xz
USE_GL= egl gl
USE_KDE= activities archive auth codecs completion config \
configwidgets coreaddons dbusaddons doctools globalaccel \
guiaddons i18n iconthemes jobwidgets kio package \
notifications service wayland windowsystem xmlgui kdeclarative \
widgetsaddons
USE_QT5= buildtools_build core dbus gui network qmake_build qml \
quick script sql svg widgets x11extras xml
USE_XORG= ice sm x11 xcb xext xrandr
.include <bsd.port.mk>