mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
cf118ccf87
Reported by: lwhsu
18 lines
628 B
Makefile
18 lines
628 B
Makefile
PORTNAME= kactivitymanagerd
|
|
DISTVERSION= ${KDE_PLASMA_VERSION}
|
|
CATEGORIES= x11 kde kde-plasma
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= System service to manage user's activities, track the usage patterns
|
|
|
|
USES= cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz
|
|
USE_KDE= auth codecs config configwidgets coreaddons crash dbusaddons ecm \
|
|
globalaccel i18n kio service widgetsaddons windowsystem xmlgui
|
|
USE_QT= concurrent core dbus gui network sql widgets xml \
|
|
buildtools_build qmake_build
|
|
|
|
# https://bugs.kde.org/show_bug.cgi?id=305529#c10
|
|
CMAKE_ARGS+= -DCMAKE_SHARED_LIBRARY_LINK_CXX_FLAGS=-rdynamic
|
|
|
|
.include <bsd.port.mk>
|