freebsd-ports/sysutils/baloo/Makefile
Mathieu Arnold 597afc47ba Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:25:16 +00:00

25 lines
602 B
Makefile

# $FreeBSD$
PORTNAME= baloo
PORTVERSION= ${KDE4_VERSION}
PORTREVISION= 1
CATEGORIES= sysutils kde
MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src
DIST_SUBDIR= KDE/${PORTVERSION}
MAINTAINER= kde@FreeBSD.org
COMMENT= KDE framework for searching and managing user metadata
CONFLICTS_INSTALL= kde-runtime-4.12.*
LIB_DEPENDS= libxapian.so:databases/xapian-core \
libqjson.so:devel/qjson
USE_KDE4= kdeprefix akonadi automoc4 kdelibs kfilemetadata \
pimlibs
USES= cmake:outsource gmake tar:xz
USE_QT4= corelib qmake_build moc_build rcc_build uic_build
USE_LDCONFIG= yes
.include <bsd.port.mk>