0d0c38abda
LIB_DEPENDS in deskutils
19 lines
538 B
Makefile
19 lines
538 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= libstreams.so:${PORTSDIR}/deskutils/libstreams \
|
|
libstreamanalyzer.so:${PORTSDIR}/deskutils/libstreamanalyzer \
|
|
libsearchclient.so:${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>
|