1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/deskutils/strigi/Makefile
Martin Wilke 3535825075 Strigi is a daemon which uses a very fast and efficient crawler that can index
data on your harddrive. Indexing operations are performed without hammering
your system, this makes Strigi the fastest and smallest desktop searching
program.
Strigi can index different file formats, including the contents of the archive
files.

WWW:	http://www.vandenoever.info/software/strigi/
2008-08-05 11:15:31 +00:00

37 lines
854 B
Makefile

# New ports collection Makefile for: strigi
# Date created: 2008-01-11
# Whom: arved
#
# $FreeBSD$
PORTNAME= strigi
PORTVERSION= 0.5.11
CATEGORIES= deskutils
MASTER_SITES= http://www.vandenoever.info/software/strigi/
MAINTAINER= kde@FreeBSD.org
COMMENT= Desktop searching program
LIB_DEPENDS= clucene.0:${PORTSDIR}/textproc/clucene \
dbus-1:${PORTSDIR}/devel/dbus \
exiv2:${PORTSDIR}/graphics/exiv2
USE_QT_VER= 4
QT_COMPONENTS= moc uic qmake gui dbus
USE_BZIP2= yes
USE_GNOME= libxml2 pkgconfig
USE_FAM= yes
USE_LDCONFIG= yes
USE_CMAKE= yes
post-patch:
${MKDIR} ${WRKSRC}
${REINPLACE_CMD} -e \
's,$${LIB_DESTINATION}/pkgconfig,libdata/pkgconfig,' \
${WRKSRC}/src/streamanalyzer/CMakeLists.txt \
${WRKSRC}/src/streams/CMakeLists.txt
${REINPLACE_CMD} -e 's,find_package(Qt4),,' \
${WRKSRC}/CMakeLists.txt
.include <bsd.port.mk>