cc5b68fa16
Announcement: https://kde.org/announcements/frameworks/6/6.28.0/
19 lines
475 B
Makefile
19 lines
475 B
Makefile
PORTNAME= baloo
|
|
DISTVERSION= ${KDE_FRAMEWORKS_VERSION}
|
|
CATEGORIES= sysutils kde kde-frameworks
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= File indexing and file search framework for KDE Plasma
|
|
|
|
LIB_DEPENDS= libinotify.so:devel/libinotify \
|
|
liblmdb.so:databases/lmdb0
|
|
|
|
USES= cmake gettext gl kde:6 qt:6 tar:xz
|
|
USE_GL= gl opengl
|
|
USE_KDE= config coreaddons crash dbusaddons filemetadata i18n idletime \
|
|
kio solid \
|
|
ecm:build
|
|
USE_QT= base declarative
|
|
|
|
.include <bsd.port.mk>
|