diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2013-03-26 15:43:09 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2013-03-26 15:43:09 +0000 |
commit | 089463050a5e448ddefde0caedf053739c9d4696 (patch) | |
tree | 66e5c2057d5b19663c2534bd995e9e4bd7e28a11 /deskutils/strigiutils | |
parent | 47092a357183baee44782ae400728a01f56692ee (diff) |
Notes
Diffstat (limited to 'deskutils/strigiutils')
-rw-r--r-- | deskutils/strigiutils/Makefile | 17 | ||||
-rw-r--r-- | deskutils/strigiutils/pkg-plist | 4 |
2 files changed, 21 insertions, 0 deletions
diff --git a/deskutils/strigiutils/Makefile b/deskutils/strigiutils/Makefile new file mode 100644 index 000000000000..2830c521400b --- /dev/null +++ b/deskutils/strigiutils/Makefile @@ -0,0 +1,17 @@ +# $FreeBSD$ + +PORTNAME= strigiutils +PORTVERSION= ${STRIGI_VERSION} +CATEGORIES= deskutils +MASTER_SITES= ${STRIGI_MASTER_SITES} + +MAINTAINER= kde@FreeBSD.org +COMMENT= Strigi desktop search: utilities + +LIB_DEPENDS= streams:${PORTSDIR}/deskutils/libstreams \ + streamanalyzer:${PORTSDIR}/deskutils/libstreamanalyzer + +MAKE_JOBS_SAFE= yes + +.include <${.CURDIR}/../strigi/Makefile.common> +.include <bsd.port.mk> diff --git a/deskutils/strigiutils/pkg-plist b/deskutils/strigiutils/pkg-plist new file mode 100644 index 000000000000..75987812735f --- /dev/null +++ b/deskutils/strigiutils/pkg-plist @@ -0,0 +1,4 @@ +bin/deepfind +bin/deepgrep +bin/rdfindexer +bin/xmlindexer |