1a5a4ff72e
5.83.0 Turns out the tier field was wrong, but not the subgroup 5.89.0 Fixed the singleton access mutex locking 5.91.0 reduce boost 5.92.0 Move Boost dependency to BUILD_TESTING block
17 lines
535 B
Makefile
17 lines
535 B
Makefile
# $NetBSD: Makefile,v 1.62 2022/04/25 08:24:24 markd Exp $
|
|
|
|
DISTNAME= kactivities-stats-${KF5VER}
|
|
CATEGORIES= x11
|
|
|
|
HOMEPAGE= https://community.kde.org/Frameworks
|
|
COMMENT= Core components for the KDE's Activities
|
|
LICENSE= gnu-lgpl-v2 AND gnu-lgpl-v2.1 AND gnu-lgpl-v3
|
|
|
|
.include "../../meta-pkgs/kde/kf5.mk"
|
|
|
|
PKGCONFIG_OVERRIDE+= src/libKActivitiesStats.pc.cmake
|
|
|
|
.include "../../devel/boost-libs/buildlink3.mk"
|
|
.include "../../x11/kactivities5/buildlink3.mk"
|
|
.include "../../x11/qt5-qtbase/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|