17 lines
504 B
Makefile
17 lines
504 B
Makefile
# New ports collection makefile for: tracker-libtrackergtk
|
|
# Date created: 2008-03-30
|
|
# Whom: 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
|
|
|
|
.include "${MASTERDIR}/Makefile"
|