aboutsummaryrefslogtreecommitdiffstats
path: root/deskutils/strigi/Makefile
blob: 22cdbebd06b183c36742d254279223b24c64dc04 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# Created by: Tilman Keskinoz <arved@FreeBSD.org>
# $FreeBSD$

PORTNAME=   strigi
PORTVERSION=    ${STRIGI_VERSION}
PORTREVISION=   2
CATEGORIES= deskutils
DISTFILES=      #

MAINTAINER= kde@FreeBSD.org
COMMENT=    Strigi desktop search (meta port)

USE_KDE4=   strigi_run
NO_BUILD=   yes

OPTIONS_DEFINE= CLIENT DAEMON UTILITIES
OPTIONS_DEFAULT=    ${OPTIONS_DEFINE}

NO_STAGE=   yes
.include <${.CURDIR}/Makefile.common>
.include <bsd.port.options.mk>

.if ${PORT_OPTIONS:MCLIENT}
RUN_DEPENDS+=   ${LOCALBASE}/bin/strigiclient:${PORTSDIR}/deskutils/strigiclient
.endif

.if ${PORT_OPTIONS:MDAEMON}
RUN_DEPENDS+=   ${LOCALBASE}/bin/strigidaemon:${PORTSDIR}/deskutils/strigidaemon
.endif

.if ${PORT_OPTIONS:MUTILITIES}
RUN_DEPENDS+=   ${LOCALBASE}/bin/xmlindexer:${PORTSDIR}/deskutils/strigiutils
.endif

do-install:
    @${DO_NADA}

.include <bsd.port.mk>