diff options
author | marcus <marcus@FreeBSD.org> | 2003-07-16 02:58:32 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-07-16 02:58:32 +0800 |
commit | 5f2e2cf367d26f5de1f7363919466d653e029985 (patch) | |
tree | 56d568d1359c00b93d3cfae6e1878d17af76f301 | |
parent | 9a6af121e6ac7d457ba98ddce7ea54ebcffad54b (diff) | |
download | freebsd-ports-gnome-5f2e2cf367d26f5de1f7363919466d653e029985.tar.gz freebsd-ports-gnome-5f2e2cf367d26f5de1f7363919466d653e029985.tar.zst freebsd-ports-gnome-5f2e2cf367d26f5de1f7363919466d653e029985.zip |
Begin the de-orbit burn of the GNOME 1.4 desktop. This is phase I. All
core desktop components are being removed.
-rw-r--r-- | x11/Makefile | 6 | ||||
-rw-r--r-- | x11/gnome-fifth-toe/Makefile | 61 |
2 files changed, 0 insertions, 67 deletions
diff --git a/x11/Makefile b/x11/Makefile index cf725ef70236..8eed4cf3f710 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -44,14 +44,10 @@ SUBDIR += gmessage SUBDIR += gmrun SUBDIR += gnoclip - SUBDIR += gnome - SUBDIR += gnome-fifth-toe SUBDIR += gnome-swallow SUBDIR += gnome2 SUBDIR += gnome2-fifth-toe - SUBDIR += gnomeapplets SUBDIR += gnomeapplets2 - SUBDIR += gnomecore SUBDIR += gnomedesktop SUBDIR += gnomelibs SUBDIR += gnomemag @@ -81,7 +77,6 @@ SUBDIR += libsx SUBDIR += libxklavier SUBDIR += linux-gnomelibs - SUBDIR += linux-xalf SUBDIR += login.app SUBDIR += lupe SUBDIR += mgapdesk @@ -130,7 +125,6 @@ SUBDIR += wscan SUBDIR += wterm SUBDIR += x3270 - SUBDIR += xalf SUBDIR += xaniroc SUBDIR += xantfarm SUBDIR += xautolock diff --git a/x11/gnome-fifth-toe/Makefile b/x11/gnome-fifth-toe/Makefile deleted file mode 100644 index 881bce543cca..000000000000 --- a/x11/gnome-fifth-toe/Makefile +++ /dev/null @@ -1,61 +0,0 @@ -# New ports collection makefile for: gnome -# Date created: 18th April 2001 -# Whom: Ade Lovett <ade@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= gnome-fifth-toe -PORTVERSION= 1.4.1b2 -PORTREVISION= 6 -CATEGORIES= x11 gnome -MASTER_SITES= # empty -DISTFILES= # empty -EXTRACT_ONLY= # empty - -MAINTAINER= gnome@FreeBSD.org -COMMENT= The "meta-port" for the GNOME "Fifth-Toe" extra package set - -RUN_DEPENDS= gabber:${PORTSDIR}/net/gabber \ - galeon:${PORTSDIR}/www/galeon \ - pan:${PORTSDIR}/news/pan \ - gnumeric:${PORTSDIR}/math/gnumeric \ - atomix:${PORTSDIR}/games/atomix \ - balsa:${PORTSDIR}/mail/balsa \ - bombermaze:${PORTSDIR}/games/bombermaze \ - eog:${PORTSDIR}/graphics/eog \ - gedit:${PORTSDIR}/editors/gedit \ - gimp:${PORTSDIR}/graphics/gimp1 \ - glimmer:${PORTSDIR}/editors/glimmer \ - gnomeicu:${PORTSDIR}/net/gnomeicu \ - gob:${PORTSDIR}/x11-toolkits/gob \ - gtm:${PORTSDIR}/ftp/gtm \ - gnucash:${PORTSDIR}/finance/gnucash \ - AbiWord:${PORTSDIR}/editors/AbiWord \ - anjuta:${PORTSDIR}/devel/anjuta \ - guppi-gnumeric:${PORTSDIR}/math/guppi \ - gnomoku:${PORTSDIR}/games/gnomoku \ - gfax:${PORTSDIR}/comms/gfax - -# We're still missing a few things from the "official" distribution -# All can be found in stable/sources on MASTER_SITE_GNOME -# -# firestarter, fpm, gfax, gnome-db, gnome-lokkit, -# gnorpm, googlizer, merlin-cpufire, radioactive, toutdoux - -NO_BUILD= yes -USE_PYTHON= yes - -.if !defined(WITH_MOZILLA) -RUN_DEPENDS+= ${X11BASE}/lib/mozilla/run-mozilla.sh:${PORTSDIR}/www/mozilla -.else -.if ${WITH_MOZILLA}=="mozilla-vendor" || ${WITH_MOZILLA}=="mozilla-devel" -RUN_DEPENDS+= ${X11BASE}/lib/${WITH_MOZILLA}/run-mozilla.sh:${PORTSDIR}/www/${WITH_MOZILLA} -.else -RUN_DEPENDS+= ${X11BASE}/lib/mozilla/run-mozilla.sh:${PORTSDIR}/www/mozilla -.endif -.endif - -do-install: # empty - -.include <bsd.port.mk> |