diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-05-02 01:55:49 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-05-02 01:55:49 +0800 |
commit | 61bbf1938a58a7ab80ba4faf120795f9d0912f3a (patch) | |
tree | d4df22a8618c5ede9f7fb3f9f5b42cfe0de402b9 /x11/gnome2-fifth-toe | |
parent | 0775b2abd5c505b02fded65072fe5f418ee39750 (diff) | |
download | marcuscom-ports-61bbf1938a58a7ab80ba4faf120795f9d0912f3a.tar marcuscom-ports-61bbf1938a58a7ab80ba4faf120795f9d0912f3a.tar.gz marcuscom-ports-61bbf1938a58a7ab80ba4faf120795f9d0912f3a.tar.bz2 marcuscom-ports-61bbf1938a58a7ab80ba4faf120795f9d0912f3a.tar.lz marcuscom-ports-61bbf1938a58a7ab80ba4faf120795f9d0912f3a.tar.xz marcuscom-ports-61bbf1938a58a7ab80ba4faf120795f9d0912f3a.tar.zst marcuscom-ports-61bbf1938a58a7ab80ba4faf120795f9d0912f3a.zip |
share/gnome -> share
All the work was done by ahze.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8734 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11/gnome2-fifth-toe')
-rw-r--r-- | x11/gnome2-fifth-toe/Makefile | 43 | ||||
-rw-r--r-- | x11/gnome2-fifth-toe/pkg-descr | 8 |
2 files changed, 51 insertions, 0 deletions
diff --git a/x11/gnome2-fifth-toe/Makefile b/x11/gnome2-fifth-toe/Makefile new file mode 100644 index 000000000..0667fac08 --- /dev/null +++ b/x11/gnome2-fifth-toe/Makefile @@ -0,0 +1,43 @@ +# New ports collection makefile for: gnome2-fifth-toe +# Date created: 20 September 2002 +# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> +# +# $FreeBSD: ports/x11/gnome2-fifth-toe/Makefile,v 1.78 2007/04/11 19:26:20 marcus Exp $ +# $MCom: ports/x11/gnome2-fifth-toe/Makefile,v 1.83 2007/04/03 01:14:24 ahze Exp $ +# + +PORTREVISION= 0 +CATEGORIES= x11 gnome +PKGNAMESUFFIX= -fifth-toe + +COMMENT= Additional GNOME 2 applications not included in the core desktop + +RUN_DEPENDS= pan:${PORTSDIR}/news/pan \ + xchat:${PORTSDIR}/irc/xchat \ + gimp>0:${PORTSDIR}/graphics/gimp \ + sodipodi:${PORTSDIR}/graphics/sodipodi \ + gnomeicu:${PORTSDIR}/net-im/gnomeicu \ + gthumb:${PORTSDIR}/graphics/gthumb \ + ${LOCALBASE}/lib/gaim/docklet.so:${PORTSDIR}/net-im/gaim \ + tsclient:${PORTSDIR}/net/tsclient \ + galeon:${PORTSDIR}/www/galeon \ + ${LOCALBASE}/share/themes/Gorilla/metacity-1/metacity-theme-1.xml:${PORTSDIR}/x11-themes/gnome-themes-extras \ + bluefish:${PORTSDIR}/www/bluefish \ + gossip:${PORTSDIR}/net-im/gossip \ + liferea:${PORTSDIR}/net/liferea \ + gnotime:${PORTSDIR}/deskutils/gnotime \ + rhythmbox:${PORTSDIR}/audio/rhythmbox \ + jamboree:${PORTSDIR}/audio/jamboree \ + ${LOCALBASE}/share/pixmaps/glines/classic.png:${PORTSDIR}/games/gnome-games-extra-data \ + nautilus-sendto:${PORTSDIR}/deskutils/nautilus-sendto \ + goobox:${PORTSDIR}/audio/goobox \ + inkscape:${PORTSDIR}/graphics/inkscape \ + atomix:${PORTSDIR}/games/atomix \ + straw:${PORTSDIR}/net/straw + +MASTERDIR= ${.CURDIR}/../gnome2 +GNOME_SLAVE= yes + +DESCR= ${.CURDIR}/pkg-descr + +.include "${MASTERDIR}/Makefile" diff --git a/x11/gnome2-fifth-toe/pkg-descr b/x11/gnome2-fifth-toe/pkg-descr new file mode 100644 index 000000000..afa6e891d --- /dev/null +++ b/x11/gnome2-fifth-toe/pkg-descr @@ -0,0 +1,8 @@ +GNOME 2 "Fifth Toe" + +The Fifth Toe is a collection of stable GNOME 2 applications that +many users expect to be part of a usable desktop. Included are image +manipulation programs, chat applications, music and multimedia players, +much more. + +WWW: http://www.FreeBSD.org/gnome/ |