summaryrefslogtreecommitdiffstats
path: root/devel/gnome2-hacker-tools/Makefile
blob: d9c5d7a9300a8ee0ccd4239051196ab494b9e3ca (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# New ports collection makefile for:    gnome2-hacker-tools
# Date created:             07 January 2004
# Whom:                 Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD: ports/devel/gnome2-hacker-tools/Makefile,v 1.2 2004/01/07 08:51:09 erwin Exp $
#

PORTNAME=   gnome2-hacker-tools
PORTVERSION=    2.5.3
CATEGORIES= devel gnome
MASTER_SITES=   # empty
DISTFILES=  # empty
EXTRACT_ONLY=   # empty

MAINTAINER= gnome@FreeBSD.org
COMMENT=    GNOME 2 development tools

RUN_DEPENDS=    mlv:${PORTSDIR}/editors/mlview \
        gnome-autogen.sh:${PORTSDIR}/devel/gnomecommon \
        glade-2:${PORTSDIR}/devel/glade2 \
        ghex2:${PORTSDIR}/editors/ghex2 \
        gob2:${PORTSDIR}/devel/gob2 \
        conglomerate:${PORTSDIR}/editors/conglomerate \
        anjuta:${PORTSDIR}/devel/anjuta \
        meld:${PORTSDIR}/textproc/meld
# not yet buildable under GNOME 2.5
#       regexxer:${PORTSDIR}/devel/regexxer

NO_BUILD=   yes

do-install: # empty

.include <bsd.port.mk>