2004-01-07 07:20:03 +01:00
|
|
|
# New ports collection makefile for: gnome2-hacker-tools
|
|
|
|
# Date created: 07 January 2004
|
|
|
|
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
2006-10-14 10:35:50 +02:00
|
|
|
# $MCom: ports/devel/gnome2-hacker-tools/Makefile,v 1.42 2006/10/14 06:29:06 ahze Exp $
|
2004-01-07 07:20:03 +01:00
|
|
|
#
|
|
|
|
|
2006-11-23 02:48:13 +01:00
|
|
|
PORTREVISION= 0
|
2004-01-07 07:20:03 +01:00
|
|
|
CATEGORIES= devel gnome
|
2005-11-05 05:53:48 +01:00
|
|
|
PKGNAMESUFFIX= -hacker-tools
|
2004-01-07 07:20:03 +01:00
|
|
|
|
|
|
|
COMMENT= GNOME 2 development tools
|
|
|
|
|
2005-08-06 10:43:42 +02:00
|
|
|
RUN_DEPENDS= mlview:${PORTSDIR}/editors/mlview \
|
2006-05-28 03:57:42 +02:00
|
|
|
gnome-autogen.sh:${PORTSDIR}/devel/gnome-common \
|
2006-10-14 10:35:50 +02:00
|
|
|
glade-3:${PORTSDIR}/devel/glade3 \
|
2005-01-25 01:07:43 +01:00
|
|
|
ghex2:${PORTSDIR}/editors/ghex \
|
2004-01-07 07:20:03 +01:00
|
|
|
gob2:${PORTSDIR}/devel/gob2 \
|
|
|
|
conglomerate:${PORTSDIR}/editors/conglomerate \
|
2004-02-20 23:34:31 +01:00
|
|
|
meld:${PORTSDIR}/textproc/meld \
|
2004-11-07 23:24:32 +01:00
|
|
|
gtranslator:${PORTSDIR}/devel/gtranslator \
|
|
|
|
regexxer:${PORTSDIR}/devel/regexxer \
|
|
|
|
anjuta:${PORTSDIR}/devel/anjuta
|
2004-01-07 07:20:03 +01:00
|
|
|
|
2005-11-05 05:53:48 +01:00
|
|
|
MASTERDIR= ${.CURDIR}/../../x11/gnome2
|
|
|
|
GNOME_SLAVE= yes
|
2004-01-07 07:20:03 +01:00
|
|
|
|
2005-11-05 05:53:48 +01:00
|
|
|
DESCR= ${.CURDIR}/pkg-descr
|
2004-01-07 07:20:03 +01:00
|
|
|
|
2005-11-05 05:53:48 +01:00
|
|
|
.include "${MASTERDIR}/Makefile"
|