edbfdcbdb8
kbookmarks - Support for bookmarks and the XBEL format kcmutils - Utilities for interacting with KCModules kconfig - Configuration system kcoreaddons - Addons to QtCore kcrash - Support for application crash analysis and bug report from apps kdeclarative - Provides integration of QML and KDE Frameworks kdoctools - Documentation generation from docbook ki18n - Advanced internationalization framework kidletime - Monitoring user activity kio - Resource and network access abstraction kitemmodels - Models for Qt Model/View system knotifications - Abstraction for system notifications knotifyconfig - Configuration system for KNotify kpackage - Installation and loading of additional content as packages kparts - Document centric plugin system kpeople - Provides access to all contacts and aggregates them by person kpty - Pty abstraction kservice - Advanced plugin and service introspection ktexteditor - Advanced embeddable text editor threadweaver - High-level multithreading framework
17 lines
503 B
Makefile
17 lines
503 B
Makefile
# $NetBSD: buildlink3.mk,v 1.1 2016/05/26 08:29:06 markd Exp $
|
|
|
|
BUILDLINK_TREE+= kpeople
|
|
|
|
.if !defined(KPEOPLE_BUILDLINK3_MK)
|
|
KPEOPLE_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.kpeople+= kpeople>=5.19.0
|
|
BUILDLINK_PKGSRCDIR.kpeople?= ../../devel/kpeople
|
|
|
|
.include "../../devel/kservice/buildlink3.mk"
|
|
.include "../../x11/kitemviews/buildlink3.mk"
|
|
.include "../../x11/kwidgetsaddons/buildlink3.mk"
|
|
.include "../../x11/qt5-qtdeclarative/buildlink3.mk"
|
|
.endif # KPEOPLE_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -kpeople
|