diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-09-30 21:18:29 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-09-30 21:18:29 +0800 |
commit | 7a632d65b9edfd5f12f3d349e24fa5689cf7303b (patch) | |
tree | 62c37a2d8ed0292b3bfe0f677ce5a60592615d0b /x11/gnome2-power-tools | |
parent | ad47caddb4dcca8fa814cd3586867836aa630e7c (diff) | |
download | marcuscom-ports-7a632d65b9edfd5f12f3d349e24fa5689cf7303b.tar marcuscom-ports-7a632d65b9edfd5f12f3d349e24fa5689cf7303b.tar.gz marcuscom-ports-7a632d65b9edfd5f12f3d349e24fa5689cf7303b.tar.bz2 marcuscom-ports-7a632d65b9edfd5f12f3d349e24fa5689cf7303b.tar.lz marcuscom-ports-7a632d65b9edfd5f12f3d349e24fa5689cf7303b.tar.xz marcuscom-ports-7a632d65b9edfd5f12f3d349e24fa5689cf7303b.tar.zst marcuscom-ports-7a632d65b9edfd5f12f3d349e24fa5689cf7303b.zip |
Put gnome2-power-tools in the right spot.
Chase the epiphany-extentions version.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@11660 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11/gnome2-power-tools')
-rw-r--r-- | x11/gnome2-power-tools/Makefile | 43 | ||||
-rw-r--r-- | x11/gnome2-power-tools/pkg-descr | 12 |
2 files changed, 55 insertions, 0 deletions
diff --git a/x11/gnome2-power-tools/Makefile b/x11/gnome2-power-tools/Makefile new file mode 100644 index 000000000..088863487 --- /dev/null +++ b/x11/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$ +# + +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-power-tools/pkg-descr b/x11/gnome2-power-tools/pkg-descr new file mode 100644 index 000000000..041e159b9 --- /dev/null +++ b/x11/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/ |