freebsd-ports/deskutils/strigi/Makefile
Max Brazhnikov 4d55666226 Update devel/cmake to 2.6.3.
- Set INSTALL_TARGET for cmake based ports to install/strip. This solves
  problem of installing non-stripped binaries (noticed by delphij for KDE4 ports)
- Fix linking to -lpthread for cmake based ports (KDE4 ports are affected mostly)
2009-03-24 19:11:23 +00:00

35 lines
773 B
Makefile

# New ports collection Makefile for: strigi
# Date created: 2008-01-11
# Whom: arved
#
# $FreeBSD$
PORTNAME= strigi
PORTVERSION= 0.6.3
PORTREVISION= 2
CATEGORIES= deskutils
MASTER_SITES= SF
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
.include <bsd.port.mk>