* Changelog: https://www.kde.org/announcements/kde-frameworks-5.30.0.php * New framework: x11/kf5-kwayland PR: 216345 Exp-run by: antoine Reviewed by: rakuco Approved by: rakuco (mentor) Differential Revision: https://reviews.freebsd.org/D9271
20 lines
634 B
Makefile
20 lines
634 B
Makefile
# Created by: tcberner
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= kactivities
|
|
PORTVERSION= ${KDE_FRAMEWORKS_VERSION}
|
|
CATEGORIES= x11 kde kde-frameworks
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= KF5 runtime and library to organize work in separate activities
|
|
|
|
LIB_DEPENDS= libboost_system.so:devel/boost-libs
|
|
|
|
USES= cmake:outsource compiler:c++11-lib gettext kde:5 pathfix tar:xz
|
|
USE_KDE= bookmarks config configwidgets coreaddons dbusaddons ecm \
|
|
globalaccel i18n kcmutils kdeclarative kio package \
|
|
service widgetsaddons windowsystem xmlgui
|
|
USE_QT5= buildtools_build core dbus gui network qmake_build qml \
|
|
quick sql widgets
|
|
|
|
.include <bsd.port.mk>
|