blob: 113d3d56c10b15d0ce3c97dcf2dddd47d10a1aea (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# Created by: Michael Johnson <ahze@FreeBSD.org>
# $FreeBSD$
# $MCom: ports/sysutils/tracker-libtrackergtk/Makefile,v 1.1 2009/08/08 18:46:43 ahze Exp $
PORTREVISION= 2
COMMENT= Gtk bindings to tracker and GSF data extract module (MS docs)
TRACKER_SLAVE= libtrackergtk
PLIST= ${.CURDIR}/pkg-plist
DESCR= ${.CURDIR}/pkg-descr
MASTERDIR= ${.CURDIR}/../../sysutils/tracker-client
NO_STAGE= yes
.include "${MASTERDIR}/Makefile"
|