ae52bc8089
http://library.gnome.org/misc/release-notes/2.26/ for a list of what's new. On the FreeBSD front, we introduced a port of libxul 1.9 as an alternative for Firefox 2.0 as a Gecko provider. Almost all of the Gecko consumers can make use of this provider by setting: WITH_GECKO=libxul The GNOME 2.26 port was done by ahze, kwm, marcus, and mezz with contributions by Joseph S. Atkinson, Peter Wemm, Eric L. Chen, Martin Matuska, Craig Butler, and Pawel Worach.
16 lines
448 B
Makefile
16 lines
448 B
Makefile
# New ports collection makefile for: tracker-gnome
|
|
# Date created: 2008-03-30
|
|
# Whom: Michael Johnson <ahze@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
# $MCom: ports/sysutils/tracker-gnome/Makefile,v 1.2 2009/04/09 03:24:09 mezz Exp $
|
|
|
|
PORTREVISION= 2
|
|
|
|
COMMENT= Tracker GNOME applet, search tool, and preference programs
|
|
|
|
TRACKER_SLAVE= gnome
|
|
PLIST= ${.CURDIR}/pkg-plist
|
|
MASTERDIR= ${.CURDIR}/../../sysutils/tracker-client
|
|
|
|
.include "${MASTERDIR}/Makefile"
|