diff options
author | adamw <adamw@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-05-23 13:39:28 +0800 |
---|---|---|
committer | adamw <adamw@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-05-23 13:39:28 +0800 |
commit | d751cc533e591b20e32f9dbc47ca1335f6269ccb (patch) | |
tree | 4155caf3b8ab0052a1594b965166f52673dac561 /x11/gnome2-power-tools/Makefile | |
parent | 991ec9a003a0d0285c61093f7bfa1937000ab8b3 (diff) | |
download | marcuscom-ports-d751cc533e591b20e32f9dbc47ca1335f6269ccb.tar marcuscom-ports-d751cc533e591b20e32f9dbc47ca1335f6269ccb.tar.gz marcuscom-ports-d751cc533e591b20e32f9dbc47ca1335f6269ccb.tar.bz2 marcuscom-ports-d751cc533e591b20e32f9dbc47ca1335f6269ccb.tar.lz marcuscom-ports-d751cc533e591b20e32f9dbc47ca1335f6269ccb.tar.xz marcuscom-ports-d751cc533e591b20e32f9dbc47ca1335f6269ccb.tar.zst marcuscom-ports-d751cc533e591b20e32f9dbc47ca1335f6269ccb.zip |
Add gnome2-power-tools, and disable quick-lounge-applet until
they release a version compatible with the new gnome-menus API.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4010 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11/gnome2-power-tools/Makefile')
-rw-r--r-- | x11/gnome2-power-tools/Makefile | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/x11/gnome2-power-tools/Makefile b/x11/gnome2-power-tools/Makefile new file mode 100644 index 000000000..110d8bdc8 --- /dev/null +++ b/x11/gnome2-power-tools/Makefile @@ -0,0 +1,37 @@ +# New ports collection makefile for: gnome2-power-tools +# Date created: 18 January 2004 +# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> +# +# $FreeBSD: ports/x11/gnome2-power-tools/Makefile,v 1.23 2005/04/18 21:02:56 marcus Exp $ +# + +PORTNAME= gnome2-power-tools +PORTVERSION= 2.10.1 +CATEGORIES= x11 gnome +MASTER_SITES= # empty +DISTFILES= # empty +EXTRACT_ONLY= # empty + +MAINTAINER= gnome@FreeBSD.org +COMMENT= "Geektoys" for the GNOME 2 power user + +RUN_DEPENDS= ${X11BASE}/lib/epiphany-1.6/extensions/libgesturesextension.so:${PORTSDIR}/www/epiphany-extensions \ + gnome-pkgview:${PORTSDIR}/sysutils/gnome-pkgview \ + ${X11BASE}/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/gnomeblog \ + gnomesu:${PORTSDIR}/security/libgnomesu \ + bpm:${PORTSDIR}/sysutils/bpm \ + gnome-file-share-properties:${PORTSDIR}/www/gnome-user-share \ + gnome-keyring-manager:${PORTSDIR}/security/gnomekeyringmanager \ + gnome-menu-editor:${PORTSDIR}/deskutils/gnome-menu-editor +# ${X11BASE}/libexec/quick-lounge-applet:${PORTSDIR}/misc/quick-lounge-applet \ + +NO_BUILD= yes + +do-install: # empty + +.include <bsd.port.mk> |