1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-12 03:00:28 +00:00
freebsd-ports/deskutils/strigidaemon/Makefile
2013-04-23 07:14:15 +00:00

23 lines
502 B
Makefile

# $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
MAKE_JOBS_SAFE= yes
.include <${.CURDIR}/../strigi/Makefile.common>
.include <bsd.port.mk>