diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-01-07 06:20:03 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-01-07 06:20:03 +0000 |
commit | 60ff86c7751243866d22215512d1929e0706fad0 (patch) | |
tree | 8b594a9e9cb7a4a0f880c81299c4b67d33b8c028 /devel | |
parent | Sign this port over to gnome@ now that is part of the GNOME 2 Office. (diff) |
Add gnome2-hacker-tools, a meta-port of development applications for
the GNOME 2 Desktop. This is being done as part of the GNOME meta-port
restructuring effort. The end goal is to provide GNOME users with
a few meta-ports that offer more pointed sets of applications to enhance
their GNOME 2 experience.
Discussed on: gnome@
Notes
Notes:
svn path=/head/; revision=97539
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/gnome2-hacker-tools/Makefile | 32 | ||||
-rw-r--r-- | devel/gnome2-hacker-tools/pkg-descr | 7 | ||||
-rw-r--r-- | devel/gnome2-hacker-tools/pkg-plist | 1 |
4 files changed, 41 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 1e224bb82ca1..efbd9ffc2119 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -258,6 +258,7 @@ SUBDIR += glui SUBDIR += gmake SUBDIR += gnome-vfsmm + SUBDIR += gnome2-hacker-tools SUBDIR += gnomebuild SUBDIR += gnomecommon SUBDIR += gnomecrash diff --git a/devel/gnome2-hacker-tools/Makefile b/devel/gnome2-hacker-tools/Makefile new file mode 100644 index 000000000000..3625195eb920 --- /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$ +# + +PORTNAME= gnome2-hacker-tools +PORTVERSION= 2.4.1 +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 \ + regexxer:${PORTSDIR}/devel/regexxer \ + conglomerate:${PORTSDIR}/editors/conglomerate \ + anjuta:${PORTSDIR}/devel/anjuta \ + meld:${PORTSDIR}/texproc/meld + +NO_BUILD= yes + +do-install: # empty + +.include <bsd.port.mk> diff --git a/devel/gnome2-hacker-tools/pkg-descr b/devel/gnome2-hacker-tools/pkg-descr new file mode 100644 index 000000000000..4c88310c8d95 --- /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/ diff --git a/devel/gnome2-hacker-tools/pkg-plist b/devel/gnome2-hacker-tools/pkg-plist new file mode 100644 index 000000000000..549a621fec0c --- /dev/null +++ b/devel/gnome2-hacker-tools/pkg-plist @@ -0,0 +1 @@ +@comment this plist intentionally left empty |