mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
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@
This commit is contained in:
parent
2396a7ba1c
commit
60ff86c775
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=97539
@ -258,6 +258,7 @@
|
||||
SUBDIR += glui
|
||||
SUBDIR += gmake
|
||||
SUBDIR += gnome-vfsmm
|
||||
SUBDIR += gnome2-hacker-tools
|
||||
SUBDIR += gnomebuild
|
||||
SUBDIR += gnomecommon
|
||||
SUBDIR += gnomecrash
|
||||
|
32
devel/gnome2-hacker-tools/Makefile
Normal file
32
devel/gnome2-hacker-tools/Makefile
Normal file
@ -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>
|
7
devel/gnome2-hacker-tools/pkg-descr
Normal file
7
devel/gnome2-hacker-tools/pkg-descr
Normal file
@ -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/
|
1
devel/gnome2-hacker-tools/pkg-plist
Normal file
1
devel/gnome2-hacker-tools/pkg-plist
Normal file
@ -0,0 +1 @@
|
||||
@comment this plist intentionally left empty
|
Loading…
Reference in New Issue
Block a user