diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-09-30 11:33:20 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-09-30 11:33:20 +0800 |
commit | ad47caddb4dcca8fa814cd3586867836aa630e7c (patch) | |
tree | 355ff3d4beda32923f940dcd5769c77abf21a75f | |
parent | d6ed27fc40724b1e793f320493b682dfd94a132f (diff) | |
download | marcuscom-ports-ad47caddb4dcca8fa814cd3586867836aa630e7c.tar marcuscom-ports-ad47caddb4dcca8fa814cd3586867836aa630e7c.tar.gz marcuscom-ports-ad47caddb4dcca8fa814cd3586867836aa630e7c.tar.bz2 marcuscom-ports-ad47caddb4dcca8fa814cd3586867836aa630e7c.tar.lz marcuscom-ports-ad47caddb4dcca8fa814cd3586867836aa630e7c.tar.xz marcuscom-ports-ad47caddb4dcca8fa814cd3586867836aa630e7c.tar.zst marcuscom-ports-ad47caddb4dcca8fa814cd3586867836aa630e7c.zip |
Chase the epiphany-extensions version.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@11659 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | x11/gnome2/gnome2-power-tools/Makefile | 43 | ||||
-rw-r--r-- | x11/gnome2/gnome2-power-tools/pkg-descr | 12 |
2 files changed, 55 insertions, 0 deletions
diff --git a/x11/gnome2/gnome2-power-tools/Makefile b/x11/gnome2/gnome2-power-tools/Makefile new file mode 100644 index 000000000..1d5d5a9ad --- /dev/null +++ b/x11/gnome2/gnome2-power-tools/Makefile @@ -0,0 +1,43 @@ +# New ports collection makefile for: gnome2-power-tools +# Date created: 18 January 2004 +# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> +# +# $FreeBSD$ +# $MCom: ports/x11/gnome2-power-tools/Makefile,v 1.82 2008/03/12 21:19:04 marcus Exp $ +# + +PORTREVISION= 2 +CATEGORIES= x11 gnome +PKGNAMESUFFIX= -power-tools + +COMMENT= The 'Geektoys' for the GNOME 2 power user + +RUN_DEPENDS= ${LOCALBASE}/lib/epiphany/2.24/extensions/libgesturesextension.so:${PORTSDIR}/www/epiphany-extensions \ + gnome-pkgview:${PORTSDIR}/sysutils/gnome-pkgview \ + ${LOCALBASE}/libexec/netspeed_applet2:${PORTSDIR}/net/netspeed_applet \ + ${LOCALBASE}/sbin/gkrellmd:${PORTSDIR}/sysutils/gkrellm2 \ + splashsetter:${PORTSDIR}/deskutils/splashsetter \ + gdesklets:${PORTSDIR}/deskutils/gdesklets \ + cog:${PORTSDIR}/sysutils/cog \ + gnome-blog-poster:${PORTSDIR}/deskutils/gnome-blog \ + gnomesu:${PORTSDIR}/security/libgnomesu \ + bpm:${PORTSDIR}/ports-mgmt/bpm \ + gnome-file-share-properties:${PORTSDIR}/www/gnome-user-share \ + serpentine:${PORTSDIR}/sysutils/serpentine \ + devilspie:${PORTSDIR}/x11-wm/devilspie \ + ${LOCALBASE}/lib/nautilus/extensions-2.0/libnautilus-open-terminal.so:${PORTSDIR}/deskutils/nautilus-open-terminal \ + gtweakui-menus:${PORTSDIR}/deskutils/gtweakui \ + gnome-art:${PORTSDIR}/x11-themes/gnome-art \ + brightside:${PORTSDIR}/x11/brightside \ + evolution-gconf-filter-exchange:${PORTSDIR}/devel/evolution-gconf-tools \ + ${LOCALBASE}/libexec/quick-lounge-applet:${PORTSDIR}/misc/quick-lounge-applet \ + eiciel:${PORTSDIR}/sysutils/eiciel \ + gtk-send-pr:${PORTSDIR}/sysutils/gtk-send-pr \ + thefish:${PORTSDIR}/sysutils/thefish \ + pbrowser:${PORTSDIR}/ports-mgmt/portbrowser + +MASTERDIR= ${.CURDIR}/../gnome2 +GNOME_SLAVE= yes + +DESCR= ${.CURDIR}/pkg-descr +.include "${MASTERDIR}/Makefile" diff --git a/x11/gnome2/gnome2-power-tools/pkg-descr b/x11/gnome2/gnome2-power-tools/pkg-descr new file mode 100644 index 000000000..041e159b9 --- /dev/null +++ b/x11/gnome2/gnome2-power-tools/pkg-descr @@ -0,0 +1,12 @@ +GNOME 2 Power Tools + +Power Tools is every GNOME geek's Batbelt. It fills the gap between the +core GNOME Desktop, which tries to be a relevant set of modules for all +users; and the Fifth Toe, which is the collection of the coolest and most +useful GNOME applications. + +This collection consists of utilities and applets for the technically-minded +GNOME user. It also contains many useful add-on utilities for some of the +applications found in the Desktop and Fifth Toe. + +WWW: http://www.FreeBSD.org/gnome/ |