blob: df24c49acbb0a45d9e6e3975bd682fec32288ff9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# 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"
|