1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00
freebsd-ports/deskutils/strigi/Makefile
Alberto Villa 483990fcf2 - Stop installing the rapper binary with raptor and bump PORTREVISION.
- Update raptor2 to 2.0.4.
- Update rasqal to 0.9.27.
- Update redland to 1.0.14.
- Update redland-bindings to 1.0.13.1.
- Update shared-desktop-ontologies to 0.8.0. [1]
- Update soprano to 2.7.0 and disable clucene indexer.
- Update strigi to 0.7.6.

PR:		157022 [1]
Submitted by:	rakuco [1]
2011-10-16 22:55:01 +00:00

40 lines
1.0 KiB
Makefile

# New ports collection Makefile for: strigi
# Date created: 2008-01-11
# Whom: arved
#
# $FreeBSD$
PORTNAME= strigi
PORTVERSION= 0.7.6
CATEGORIES= deskutils
MASTER_SITES= http://rdieter.fedorapeople.org/strigi/
#MASTER_SITES= http://www.vandenoever.info/software/strigi/ \
# SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
MAINTAINER= kde@FreeBSD.org
COMMENT= Desktop searching program
LIB_DEPENDS= avcodec.1:${PORTSDIR}/multimedia/ffmpeg \
clucene.0:${PORTSDIR}/textproc/clucene \
dbus-1:${PORTSDIR}/devel/dbus \
exiv2.10:${PORTSDIR}/graphics/exiv2 \
boost_thread:${PORTSDIR}/devel/boost-libs
USE_QT_VER= 4
QT_COMPONENTS= corelib gui dbus moc_build uic_build qmake_build rcc_build
USE_BZIP2= yes
USE_GNOME= libxml2 pkgconfig
USE_FAM= yes
USE_LDCONFIG= yes
USE_CMAKE= yes
MAKE_JOBS_UNSAFE= yes
post-patch:
${MKDIR} ${WRKSRC}
${REINPLACE_CMD} -e \
's,$${LIB_DESTINATION}/pkgconfig,libdata/pkgconfig,' \
${WRKSRC}/libstreamanalyzer/CMakeLists.txt \
${WRKSRC}/libstreams/CMakeLists.txt
.include <bsd.port.mk>