1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/deskutils/strigidaemon/Makefile
Mathieu Arnold 4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00

22 lines
471 B
Makefile

# $FreeBSD$
PORTNAME= strigidaemon
PORTVERSION= ${STRIGI_VERSION}
PORTREVISION= 2
CATEGORIES= deskutils
MASTER_SITES= ${STRIGI_MASTER_SITES}
MAINTAINER= kde@FreeBSD.org
COMMENT= Strigi desktop search: daemon
LIB_DEPENDS= libdbus-1.so:devel/dbus \
libstreams.so:deskutils/libstreams \
libstreamanalyzer.so:deskutils/libstreamanalyzer
USES= fam pkgconfig
USE_GNOME= libxml2
USE_LDCONFIG= yes
.include <${.CURDIR}/../strigi/Makefile.common>
.include <bsd.port.mk>