freebsd-ports/deskutils/strigi/Makefile
Max Brazhnikov c4efb99db9 Update KDE ports to 4.2.3
See original release announcement for details:
http://kde.org/announcements/announce-4.2.3.php

New ports:

  devel/kdebindings4:
	Meta port of KDE bindings for C#, Java, PHP, Python and Ruby.
	Currently only Python bindings are supported.

  devel/kdebindings4-python, devel/kdebindings4-python-krosspython,
  devel/kdebindings4-python-pykde4:
	Python bindings for KDE.

  print/kdeutils4-printer-applet:
	printer-applet is a system tray utility. It shows current print jobs,
	shows printer warnings and errors and shows when printers that have
	been plugged in for the first time are being auto-configured by
	hal-cups-utils. It replaces kjobviewer in KDE 3.

  print/system-config-printer-kde
	A port of Gnome system-config-printer to KDE.
2009-05-09 19:38:16 +00:00

35 lines
779 B
Makefile

# New ports collection Makefile for: strigi
# Date created: 2008-01-11
# Whom: arved
#
# $FreeBSD$
PORTNAME= strigi
PORTVERSION= 0.6.4
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
MAKE_JOBS_UNSAFE= 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>