Index: head/deskutils/strigi/Makefile =================================================================== --- head/deskutils/strigi/Makefile (revision 383468) +++ head/deskutils/strigi/Makefile (revision 383469) @@ -1,36 +1,33 @@ # Created by: Tilman Keskinoz # $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 -NO_MTREE= yes -NO_INSTALL= yes +USES= metaport OPTIONS_DEFINE= CLIENT DAEMON UTILITIES OPTIONS_DEFAULT= ${OPTIONS_DEFINE} +.include .include <${.CURDIR}/Makefile.common> -.include .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 -.include +.include