diff options
Diffstat (limited to 'x11/gnome2-fifth-toe/Makefile')
-rw-r--r-- | x11/gnome2-fifth-toe/Makefile | 34 |
1 files changed, 12 insertions, 22 deletions
diff --git a/x11/gnome2-fifth-toe/Makefile b/x11/gnome2-fifth-toe/Makefile index 75e351a8d..713868a0a 100644 --- a/x11/gnome2-fifth-toe/Makefile +++ b/x11/gnome2-fifth-toe/Makefile @@ -2,48 +2,38 @@ # Date created: 20 September 2002 # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # -# $FreeBSD: ports/x11/gnome2-fifth-toe/Makefile,v 1.40 2003/12/09 02:58:56 marcus Exp $ +# $FreeBSD$ # PORTNAME= gnome2-fifth-toe PORTVERSION= 2.5.2 +PORTREVISION= 1 CATEGORIES= x11 gnome MASTER_SITES= # empty DISTFILES= # empty EXTRACT_ONLY= # empty MAINTAINER= gnome@FreeBSD.org -COMMENT= The "meta-port" for the GNOME 2 "Fifth-Toe" extra package set +COMMENT= Additional GNOME 2 applications not included in the core desktop -RUN_DEPENDS= gnumeric:${PORTSDIR}/math/gnumeric2 \ - AbiWord-2.2:${PORTSDIR}/editors/AbiWord2 \ - pan:${PORTSDIR}/news/pan2 \ +RUN_DEPENDS= pan:${PORTSDIR}/news/pan2 \ xchat:${PORTSDIR}/irc/xchat2 \ - balsa:${PORTSDIR}/mail/balsa2 \ gimp-1.3:${PORTSDIR}/graphics/gimp-devel \ sodipodi:${PORTSDIR}/graphics/sodipodi \ gnomeicu:${PORTSDIR}/net/gnomeicu2 \ gthumb:${PORTSDIR}/graphics/gthumb2 \ - mergeant:${PORTSDIR}/databases/mergeant \ - ghex2:${PORTSDIR}/editors/ghex2 \ - glade-2:${PORTSDIR}/devel/glade2 \ - gob2:${PORTSDIR}/devel/gob2 \ - gtetrinet:${PORTSDIR}/games/gtetrinet \ ${X11BASE}/lib/gaim/docklet.so:${PORTSDIR}/net/gaim \ - sawfish:${PORTSDIR}/x11-wm/sawfish2 \ - dia:${PORTSDIR}/graphics/dia \ - mrproject:${PORTSDIR}/deskutils/mrproject \ tsclient:${PORTSDIR}/net/tsclient \ - streamtuner:${PORTSDIR}/audio/streamtuner \ - meld:${PORTSDIR}/textproc/meld \ - gcompris:${PORTSDIR}/games/gcompris2 \ galeon:${PORTSDIR}/www/galeon2 \ seahorse:${PORTSDIR}/security/seahorse \ - gnotime:${PORTSDIR}/deskutils/gnotime \ - monkeybubble:${PORTSDIR}/games/monkeybubble -# These apps do not yet build under GNOME 2.5 -# regexxer:${PORTSDIR}/devel/regexxer -# workrave:${PORTSDIR}/x11/workrave + ${X11BASE}/lib/gtk-2.0/2.2.0/engines/libindustrial.so:${PORTSDIR}/x11-toolkits/gnome-themes-extras \ + bluefish:${PORTSDIR}/www/bluefish-devel \ + gossip:${PORTSDIR}/net/gossip \ + inkscape:${PORTSDIR}/graphics/inkscape \ + straw:${PORTSDIR}/net/straw \ + liferea:${PORTSDIR}/net/liferea \ + jamboree:${PORTSDIR}/audio/jamboree \ + gnotime:${PORTSDIR}/deskutils/gnotime .if !defined(PACKAGE_BUILDING) && !defined(PARALLEL_PACKAGE_BUILD) RUN_DEPENDS+= totem:${PORTSDIR}/multimedia/totem |