2013-03-26 16:43:09 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= strigidaemon
|
|
|
|
PORTVERSION= ${STRIGI_VERSION}
|
2017-04-25 10:20:30 +02:00
|
|
|
PORTREVISION= 3
|
2013-03-26 16:43:09 +01:00
|
|
|
CATEGORIES= deskutils
|
|
|
|
MASTER_SITES= ${STRIGI_MASTER_SITES}
|
|
|
|
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
|
|
COMMENT= Strigi desktop search: daemon
|
|
|
|
|
2016-04-01 16:00:51 +02:00
|
|
|
LIB_DEPENDS= libdbus-1.so:devel/dbus \
|
|
|
|
libstreams.so:deskutils/libstreams \
|
|
|
|
libstreamanalyzer.so:deskutils/libstreamanalyzer
|
2013-03-26 16:43:09 +01:00
|
|
|
|
2014-01-05 00:40:44 +01:00
|
|
|
USES= fam pkgconfig
|
2013-03-26 16:43:09 +01:00
|
|
|
USE_GNOME= libxml2
|
|
|
|
USE_LDCONFIG= yes
|
|
|
|
|
|
|
|
.include <${.CURDIR}/../strigi/Makefile.common>
|
|
|
|
.include <bsd.port.mk>
|