mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
4b87a977f6
Release Announcement: https://www.kde.org/announcements/kde-frameworks-5.55.0.php PR: 235620 Exp-run by: antoine
20 lines
608 B
Makefile
20 lines
608 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= kactivities
|
|
DISTVERSION= ${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 compiler:c++11-lib gettext kde:5 pathfix qt:5 tar:xz
|
|
USE_KDE= bookmarks config configwidgets coreaddons dbusaddons ecm \
|
|
globalaccel i18n kcmutils kdeclarative kio package \
|
|
service widgetsaddons windowsystem xmlgui
|
|
USE_QT= buildtools_build core dbus declarative gui network qmake_build \
|
|
sql widgets
|
|
|
|
.include <bsd.port.mk>
|