mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
15 lines
385 B
Makefile
15 lines
385 B
Makefile
# Created by: 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
|
|
|
|
NO_STAGE= yes
|
|
.include "${MASTERDIR}/Makefile"
|