19 lines
568 B
Makefile
19 lines
568 B
Makefile
PORTNAME= baloo
|
|
DISTVERSION= ${KDE_FRAMEWORKS_VERSION}
|
|
PORTREVISION= 1
|
|
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= config coreaddons crash dbusaddons \
|
|
filemetadata i18n idletime kio service \
|
|
solid
|
|
USE_QT= concurrent core dbus declarative gui network \
|
|
buildtools:build qmake:build testlib:build
|
|
|
|
.include <bsd.port.mk>
|