59a48f3524
Use USES=libtool Fix build with libinotity installed Properly set rpath for tracker-gnome to find the libtracker-* libs
14 lines
419 B
Makefile
14 lines
419 B
Makefile
# 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
|
|
|
|
.include "${MASTERDIR}/Makefile"
|