a022ca96cc
Tracker is a powerful desktop-neutral first class object database, tag/metadata database, search tool and indexer. Tracker is also extremely fast and super efficient with your systems memory when compared with some other competing frameworks and is by far the fastest and most memory efficient Nautilus search and Deskbar backends currently availble. It consists of a common object database that allows entities to have an almost infinte number of properties, metadata (both embedded/harvested as well as user definable), a comprehensive database of keywords/tags and links to other entities. WWW: http://www.gnome.org/~jamiemcc/tracker/
43 lines
1.3 KiB
Makefile
43 lines
1.3 KiB
Makefile
# New ports collection makefile for: tracker
|
|
# Date created: 2006-12-09
|
|
# Whom: Michael Johnson <ahze@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
# $MCom: ports/sysutils/tracker/Makefile,v 1.2 2006/12/10 17:33:17 ahze Exp $
|
|
|
|
PORTNAME= tracker
|
|
PORTVERSION= 0.5.2
|
|
PORTREVISION= 1
|
|
CATEGORIES= sysutils gnome
|
|
MASTER_SITES= http://www.gnome.org/~jamiemcc/tracker/
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
COMMENT= Object database, tag/metadata database, search tool and indexer
|
|
|
|
LIB_DEPENDS= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \
|
|
poppler-glib.1:${PORTSDIR}/graphics/poppler-gtk \
|
|
exif.12:${PORTSDIR}/graphics/libexif \
|
|
wv-1.2.3:${PORTSDIR}/textproc/wv \
|
|
gmime-2.0.4:${PORTSDIR}/mail/gmime
|
|
|
|
USE_FAM= yes
|
|
WANT_FAM_SYSTEM= gamin
|
|
USE_GSTREAMER= core
|
|
USE_GNOME= gnomedesktop gnomeprefix libgsf
|
|
CONFIGURE_ARGS= --enable-gstreamer --disable-inotify
|
|
GNU_CONFIGURE= yes
|
|
USE_GMAKE= yes
|
|
USE_LDCONFIG= yes
|
|
USE_GETTEXT= yes
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"
|
|
|
|
MAN1= tracker-extract.1 tracker-files.1 tracker-meta-folder.1 \
|
|
tracker-query.1 tracker-search.1 tracker-stats.1 trackerd.1
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|libpng|libpng12|' ${WRKSRC}/configure
|
|
@${REINPLACE_CMD} -e 's|$$(libdir)/pkgconfig|${PREFIX}/libdata/pkgconfig|' \
|
|
${WRKSRC}/Makefile.in
|
|
|
|
.include <bsd.port.mk>
|