blob: b632be18381666deeaf18bdf82cac4affb78ac92 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# $FreeBSD$
PORTNAME= strigidaemon
PORTVERSION= ${STRIGI_VERSION}
CATEGORIES= deskutils
MASTER_SITES= ${STRIGI_MASTER_SITES}
MAINTAINER= kde@FreeBSD.org
COMMENT= Strigi desktop search: daemon
LIB_DEPENDS= dbus-1:${PORTSDIR}/devel/dbus \
streams:${PORTSDIR}/deskutils/libstreams \
streamanalyzer:${PORTSDIR}/deskutils/libstreamanalyzer
USES= pkgconfig
USE_FAM= yes
USE_GNOME= libxml2
USE_LDCONFIG= yes
NO_STAGE= yes
.include <${.CURDIR}/../strigi/Makefile.common>
.include <bsd.port.mk>
|