diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-07-19 14:00:46 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-07-19 14:00:46 +0800 |
commit | 1d7ca907cd19c6320329b8af5d1adc83c01088b2 (patch) | |
tree | 7c47b0c2cc1c1b766fc50e653ff417894aec3820 | |
parent | 5420ea46d99e625462ebc635a72ec3624a3aef0d (diff) | |
download | marcuscom-ports-1d7ca907cd19c6320329b8af5d1adc83c01088b2.tar.gz marcuscom-ports-1d7ca907cd19c6320329b8af5d1adc83c01088b2.tar.zst marcuscom-ports-1d7ca907cd19c6320329b8af5d1adc83c01088b2.zip |
- Update for LOCALBASE
- Disable net/straw depend, it is broken with gnome 2.15
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6660 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | x11/gnome2-fifth-toe/Makefile | 44 | ||||
-rw-r--r-- | x11/gnome2-fifth-toe/pkg-descr | 8 |
2 files changed, 52 insertions, 0 deletions
diff --git a/x11/gnome2-fifth-toe/Makefile b/x11/gnome2-fifth-toe/Makefile new file mode 100644 index 000000000..5b0250d76 --- /dev/null +++ b/x11/gnome2-fifth-toe/Makefile @@ -0,0 +1,44 @@ +# 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.77 2006/02/03 05:53:28 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-2.2:${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 \ + seahorse:${PORTSDIR}/security/seahorse \ + ${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/ |