deskutils/strigi is a meta port now - USE_KDE4= strigi now implies dependence on deskutils/libstreamanalyzer
20 lines
540 B
Makefile
20 lines
540 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
|
|
MAKE_JOBS_SAFE= yes
|
|
|
|
.include <${.CURDIR}/../strigi/Makefile.common>
|
|
.include <bsd.port.mk>
|