090059a210
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)
32 lines
941 B
Makefile
32 lines
941 B
Makefile
# New ports collection makefile for: gnome2-hacker-tools
|
|
# Date created: 07 January 2004
|
|
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
# $MCom: ports/devel/gnome2-hacker-tools/Makefile,v 1.45 2007/09/19 23:27:28 marcus Exp $
|
|
#
|
|
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel gnome
|
|
PKGNAMESUFFIX= -hacker-tools
|
|
|
|
COMMENT= GNOME 2 development tools
|
|
|
|
RUN_DEPENDS= mlview:${PORTSDIR}/editors/mlview \
|
|
gnome-autogen.sh:${PORTSDIR}/devel/gnome-common \
|
|
glade-3:${PORTSDIR}/devel/glade3 \
|
|
ghex2:${PORTSDIR}/editors/ghex \
|
|
gob2:${PORTSDIR}/devel/gob2 \
|
|
conglomerate:${PORTSDIR}/editors/conglomerate \
|
|
meld:${PORTSDIR}/textproc/meld \
|
|
gtranslator:${PORTSDIR}/devel/gtranslator \
|
|
regexxer:${PORTSDIR}/devel/regexxer \
|
|
anjuta:${PORTSDIR}/devel/anjuta \
|
|
accerciser:${PORTSDIR}/accessibility/accerciser
|
|
|
|
MASTERDIR= ${.CURDIR}/../../x11/gnome2
|
|
GNOME_SLAVE= yes
|
|
|
|
DESCR= ${.CURDIR}/pkg-descr
|
|
|
|
.include "${MASTERDIR}/Makefile"
|