summaryrefslogtreecommitdiffstats
path: root/devel/gnome2-hacker-tools/Makefile
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2004-11-08 07:20:22 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2004-11-08 07:20:22 +0800
commitecc692c609745ed2590ee410fcf60f8fc5577767 (patch)
tree804fc05006975ef53fbc334db1f4ffa42ff9359f /devel/gnome2-hacker-tools/Makefile
parent3a142666db7f6854784739853cd212ba74b8b6bd (diff)
downloadmarcuscom-ports-ecc692c609745ed2590ee410fcf60f8fc5577767.tar
marcuscom-ports-ecc692c609745ed2590ee410fcf60f8fc5577767.tar.gz
marcuscom-ports-ecc692c609745ed2590ee410fcf60f8fc5577767.tar.bz2
marcuscom-ports-ecc692c609745ed2590ee410fcf60f8fc5577767.tar.lz
marcuscom-ports-ecc692c609745ed2590ee410fcf60f8fc5577767.tar.xz
marcuscom-ports-ecc692c609745ed2590ee410fcf60f8fc5577767.tar.zst
marcuscom-ports-ecc692c609745ed2590ee410fcf60f8fc5577767.zip
Remove these ports now that they have been merged into the ports tree.
Next stop, GNOME 2.9! git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3045 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/gnome2-hacker-tools/Makefile')
-rw-r--r--devel/gnome2-hacker-tools/Makefile33
1 files changed, 0 insertions, 33 deletions
diff --git a/devel/gnome2-hacker-tools/Makefile b/devel/gnome2-hacker-tools/Makefile
deleted file mode 100644
index 6d1c83529..000000000
--- a/devel/gnome2-hacker-tools/Makefile
+++ /dev/null
@@ -1,33 +0,0 @@
-# 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.8.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 \
- conglomerate:${PORTSDIR}/editors/conglomerate \
- meld:${PORTSDIR}/textproc/meld \
- gtranslator:${PORTSDIR}/devel/gtranslator \
- regexxer:${PORTSDIR}/devel/regexxer \
- anjuta:${PORTSDIR}/devel/anjuta
-
-NO_BUILD= yes
-
-do-install: # empty
-
-.include <bsd.port.mk>