freebsd-ports/deskutils/strigi/Makefile
Mathieu Arnold 4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00

33 lines
739 B
Makefile

# Created by: Tilman Keskinoz <arved@FreeBSD.org>
# $FreeBSD$
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 <bsd.port.pre.mk>
.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 <bsd.port.post.mk>