diff options
Diffstat (limited to 'deskutils/strigi')
-rw-r--r-- | deskutils/strigi/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/deskutils/strigi/Makefile b/deskutils/strigi/Makefile index c195452d1dbf..cbf73c3ce0f6 100644 --- a/deskutils/strigi/Makefile +++ b/deskutils/strigi/Makefile @@ -5,21 +5,18 @@ 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 <bsd.port.pre.mk> .include <${.CURDIR}/Makefile.common> -.include <bsd.port.options.mk> .if ${PORT_OPTIONS:MCLIENT} RUN_DEPENDS+= ${LOCALBASE}/bin/strigiclient:${PORTSDIR}/deskutils/strigiclient @@ -33,4 +30,4 @@ RUN_DEPENDS+= ${LOCALBASE}/bin/strigidaemon:${PORTSDIR}/deskutils/strigidaemon RUN_DEPENDS+= ${LOCALBASE}/bin/xmlindexer:${PORTSDIR}/deskutils/strigiutils .endif -.include <bsd.port.mk> +.include <bsd.port.post.mk> |