4b87a977f6
Release Announcement: https://www.kde.org/announcements/kde-frameworks-5.55.0.php PR: 235620 Exp-run by: antoine
25 lines
740 B
Makefile
25 lines
740 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 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 declarative gui network qmake_build \
|
|
testlib widgets
|
|
|
|
# Frameworks ports install localization files that conflict with some
|
|
# KDE4 localization ports
|
|
CONFLICTS_INSTALL= baloo-4.* \
|
|
kde4-l10n-*
|
|
|
|
.include <bsd.port.mk>
|