freebsd-ports/deskutils/strigidaemon/Makefile

22 lines
496 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
NO_STAGE= yes
.include <${.CURDIR}/../strigi/Makefile.common>
.include <bsd.port.mk>