mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
23 lines
496 B
Makefile
23 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>
|