# Created by: Tilman Keskinoz # $FreeBSD: head/deskutils/strigi/Makefile 412346 2016-04-01 14:00:51Z mat $ PORTNAME= strigi PORTVERSION= ${STRIGI_VERSION} PORTREVISION= 2 CATEGORIES= deskutils MAINTAINER= kde@FreeBSD.org COMMENT= Strigi desktop search (meta port) USE_KDE4= strigi_run USES= metaport OPTIONS_DEFINE= CLIENT DAEMON UTILITIES OPTIONS_DEFAULT= ${OPTIONS_DEFINE} .include .include <${.CURDIR}/Makefile.common> .if ${PORT_OPTIONS:MCLIENT} RUN_DEPENDS+= ${LOCALBASE}/bin/strigiclient:deskutils/strigiclient .endif .if ${PORT_OPTIONS:MDAEMON} RUN_DEPENDS+= ${LOCALBASE}/bin/strigidaemon:deskutils/strigidaemon .endif .if ${PORT_OPTIONS:MUTILITIES} RUN_DEPENDS+= ${LOCALBASE}/bin/xmlindexer:deskutils/strigiutils .endif .include