freebsd-ports/deskutils/strigi/Makefile
Max Brazhnikov e014235229 kde@freebsd team is pleased to announce KDE 4.1.4, the last bugfix release in 4.1.x series.
You have only two weeks to play with it -- KDE 4.2.0 is coming ;)
Great thanks for those who helped us with testing 4.1.2 and 4.1.3 during long-long ports ice-age.

For lists of bugfixes and improvements please see:
http://www.kde.org/announcements/changelogs/changelog4_1_1to4_1_2.php
http://www.kde.org/announcements/changelogs/changelog4_1_2to4_1_3.php
http://www.kde.org/announcements/changelogs/changelog4_1_3to4_1_4.php

Approved by:	miwi (mentor)
2009-01-13 23:16:38 +00:00

37 lines
888 B
Makefile

# New ports collection Makefile for: strigi
# Date created: 2008-01-11
# Whom: arved
#
# $FreeBSD$
PORTNAME= strigi
PORTVERSION= 0.5.11
PORTREVISION= 1
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= gui dbus moc_build uic_build qmake_build
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>