blob: 6b05f23391dbb8f4b16907622263503d2c38b49f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# 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.4 2009/08/08 18:46:42 ahze Exp $
PORTREVISION= 3
COMMENT= Tracker GNOME applet, search tool, and preference programs
TRACKER_SLAVE= gnome
PLIST= ${.CURDIR}/pkg-plist
MASTERDIR= ${.CURDIR}/../../sysutils/tracker-client
.include "${MASTERDIR}/Makefile"
|