blob: 2830c521400b6f198c77a8f9a8c6a4ce3dcd1f88 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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>
|