mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
7d1b26ed85
https://www.kde.org/announcements/kde-frameworks-5.49.0.php Thanks Antoine for the exp-run. PR: 230596 Submitted by: tcberner
26 lines
748 B
Makefile
26 lines
748 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= baloo
|
|
DISTVERSION= ${KDE_FRAMEWORKS_VERSION}
|
|
CATEGORIES= sysutils kde kde-frameworks
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= KF5 Framework for searching and managing user metadata
|
|
|
|
LIB_DEPENDS= liblmdb.so:databases/lmdb \
|
|
libinotify.so:devel/libinotify
|
|
|
|
USES= cmake:outsource compiler:c++11-lib gettext kde:5 pathfix qt:5 tar:xz
|
|
USE_KDE= auth completion config coreaddons crash dbusaddons \
|
|
filemetadata i18n idletime jobwidgets kio service \
|
|
solid widgetsaddons
|
|
USE_QT= buildtools_build core dbus gui network qmake_build \
|
|
qml quick testlib widgets
|
|
|
|
# Frameworks ports install localization files that conflict with some
|
|
# KDE4 localization ports
|
|
CONFLICTS_INSTALL= baloo-4.* \
|
|
kde4-l10n-*
|
|
|
|
.include <bsd.port.mk>
|