summaryrefslogtreecommitdiff
path: root/deskutils/strigi/Makefile
blob: 8e12334d8b1a970537ad34bdeefa0f8e4c2247d9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# New ports collection Makefile for:	strigi
# Date created:				2008-01-11
# Whom:					arved
#
# $FreeBSD$

PORTNAME=	strigi
PORTVERSION=	0.6.3
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>