diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-04-03 09:14:24 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-04-03 09:14:24 +0800 |
commit | 747a40ad099456331ebadf85855e13f070e291fe (patch) | |
tree | 642bff19b9834e4e2f94b24d5ecec7c9bf0ad635 | |
parent | aa70751e20fdfc05495774c8ddf0d0a9b47ec9e5 (diff) | |
download | marcuscom-ports-747a40ad099456331ebadf85855e13f070e291fe.tar marcuscom-ports-747a40ad099456331ebadf85855e13f070e291fe.tar.gz marcuscom-ports-747a40ad099456331ebadf85855e13f070e291fe.tar.bz2 marcuscom-ports-747a40ad099456331ebadf85855e13f070e291fe.tar.lz marcuscom-ports-747a40ad099456331ebadf85855e13f070e291fe.tar.xz marcuscom-ports-747a40ad099456331ebadf85855e13f070e291fe.tar.zst marcuscom-ports-747a40ad099456331ebadf85855e13f070e291fe.zip |
- Depend on gimp>0 instad of gimp-2.2 since graphics/gimp is a meta-port now.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8589 df743ca5-7f9a-e211-a948-0013205c9059
-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..8c2572fa1 --- /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$ +# $MCom: ports/x11/gnome2-fifth-toe/Makefile,v 1.81 2007/03/14 21:39:30 marcus 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/gnome/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/gnome/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/ |