diff options
-rw-r--r-- | devel/gnome2-hacker-tools/Makefile | 32 | ||||
-rw-r--r-- | devel/gnome2-hacker-tools/pkg-descr | 7 |
2 files changed, 39 insertions, 0 deletions
diff --git a/devel/gnome2-hacker-tools/Makefile b/devel/gnome2-hacker-tools/Makefile new file mode 100644 index 000000000..227c0a2c5 --- /dev/null +++ b/devel/gnome2-hacker-tools/Makefile @@ -0,0 +1,32 @@ +# 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.42 2006/10/14 06:29:06 ahze 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" diff --git a/devel/gnome2-hacker-tools/pkg-descr b/devel/gnome2-hacker-tools/pkg-descr new file mode 100644 index 000000000..4c88310c8 --- /dev/null +++ b/devel/gnome2-hacker-tools/pkg-descr @@ -0,0 +1,7 @@ +GNOME 2 Hacker Tools + +The Hackers Tools are a collection of GNOME development applications. +This suite includes IDEs, interface builders, "hacker" editors, and other +applications to build and maintain GNOME (and other) code. + +WWW: http://www.FreeBSD.org/gnome/ |