17 lines
383 B
Makefile
17 lines
383 B
Makefile
|
# $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
|
||
|
|
||
|
|
||
|
.include <${.CURDIR}/../strigi/Makefile.common>
|
||
|
.include <bsd.port.mk>
|