The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
17 lines
511 B
Makefile
17 lines
511 B
Makefile
# New ports collection makefile for: tracker-libtrackergtk
|
|
# Date created: 2008-03-30
|
|
# Whom: Michael Johnson <ahze@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
# $MCom: ports-stable/sysutils/tracker-libtrackergtk/Makefile,v 1.1 2008/03/30 20:39:09 ahze Exp $
|
|
|
|
PORTREVISION= 1
|
|
|
|
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"
|