mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
090059a210
The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
39 lines
982 B
Makefile
39 lines
982 B
Makefile
# New ports collection makefile for: tracker
|
|
# Date created: 2006-12-09
|
|
# Whom: Michael Johnson <ahze@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
# $MCom: ports-stable/sysutils/tracker/Makefile,v 1.2 2008/03/31 00:28:58 ahze Exp $
|
|
#
|
|
|
|
PORTNAME= tracker
|
|
PORTVERSION= 0.6.6
|
|
PORTREVISION= 2
|
|
CATEGORIES= sysutils gnome
|
|
MASTER_SITES= # empty
|
|
DISTFILES= # empty
|
|
EXTRACT_ONLY= # empty
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
COMMENT= Tracker search tool and indexer metaport
|
|
|
|
RUN_DEPENDS= trackerd:${PORTSDIR}/sysutils/tracker-client
|
|
|
|
NO_BUILD= yes
|
|
OPTIONS= GNOME "Gnome preferences, panel applet, and search tool" Off \
|
|
MSOFFICE "Enable search for Microsoft Office Docs (uses gtk)" Off
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if defined(WITH_GNOME)
|
|
RUN_DEPENDS+= tracker-applet:${PORTSDIR}/sysutils/tracker-gnome
|
|
.endif
|
|
|
|
.if defined(WITH_MSOFFICE)
|
|
RUN_DEPENDS+= ${LOCALBASE}/lib/tracker/extract-modules/libextract-msoffice.so:${PORTSDIR}/sysutils/tracker-libtrackergtk
|
|
.endif
|
|
|
|
do-install:
|
|
|
|
.include <bsd.port.post.mk>
|