freebsd-ports/deskutils/strigiclient/Makefile
Raphael Kubo da Costa 29bd400fbe - Add staging support to the Strigi ports.
- Indicate that deskutils/strigi is a meta-port.

Submitted by:	Schaich Alonso <alonsoschaich@fastmail.fm>
2013-11-10 17:28:44 +00:00

19 lines
520 B
Makefile

# $FreeBSD$
PORTNAME= strigiclient
PORTVERSION= ${STRIGI_VERSION}
CATEGORIES= deskutils
MASTER_SITES= ${STRIGI_MASTER_SITES}
MAINTAINER= kde@FreeBSD.org
COMMENT= Strigi desktop search: Qt4 GUI
LIB_DEPENDS= streams:${PORTSDIR}/deskutils/libstreams \
streamanalyzer:${PORTSDIR}/deskutils/libstreamanalyzer \
searchclient:${PORTSDIR}/deskutils/strigidaemon
USE_QT4= corelib gui dbus moc_build uic_build qmake_build rcc_build
USE_LDCONFIG= yes
.include <${.CURDIR}/../strigi/Makefile.common>
.include <bsd.port.mk>