summaryrefslogtreecommitdiffstats
path: root/x11/gnome2-power-tools/Makefile
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2004-01-22 17:28:12 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2004-01-22 17:28:12 +0800
commitc339cd1689a186ef06a62b7657e50b73b9bc2cd8 (patch)
treed252d10aed21256b4f5b3e1f856bccb9a014a9b5 /x11/gnome2-power-tools/Makefile
parent4457085b3ae2f8481864e3a5ae347444d0c63f6f (diff)
downloadmarcuscom-ports-c339cd1689a186ef06a62b7657e50b73b9bc2cd8.tar
marcuscom-ports-c339cd1689a186ef06a62b7657e50b73b9bc2cd8.tar.gz
marcuscom-ports-c339cd1689a186ef06a62b7657e50b73b9bc2cd8.tar.bz2
marcuscom-ports-c339cd1689a186ef06a62b7657e50b73b9bc2cd8.tar.lz
marcuscom-ports-c339cd1689a186ef06a62b7657e50b73b9bc2cd8.tar.xz
marcuscom-ports-c339cd1689a186ef06a62b7657e50b73b9bc2cd8.tar.zst
marcuscom-ports-c339cd1689a186ef06a62b7657e50b73b9bc2cd8.zip
Add the GNOME 2.5 version of the Power Tools.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@1693 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11/gnome2-power-tools/Makefile')
-rw-r--r--x11/gnome2-power-tools/Makefile31
1 files changed, 31 insertions, 0 deletions
diff --git a/x11/gnome2-power-tools/Makefile b/x11/gnome2-power-tools/Makefile
new file mode 100644
index 000000000..f3ff73b7f
--- /dev/null
+++ b/x11/gnome2-power-tools/Makefile
@@ -0,0 +1,31 @@
+# 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.3 2004/01/19 22:05:00 marcus Exp $
+#
+
+PORTNAME= gnome2-power-tools
+PORTVERSION= 2.5.2
+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/gnome-vfs-2.0/modules/libsmb.so:${PORTSDIR}/devel/gnomevfs-extras \
+ gnome-pkgview:${PORTSDIR}/sysutils/gnome-pkgview \
+ ${X11BASE}/lib/libquicklounge-applet.so:${PORTSDIR}/misc/quick-lounge-applet \
+ ${X11BASE}/libexec/netspeed_applet2:${PORTSDIR}/net/netspeed_applet \
+ ${X11BASE}/lib/gedit-2/plugins/libasciitable.so:${PORTSDIR}/editors/gedit-plugins \
+ ${LOCALBASE}/sbin/gkrellmd:${PORTSDIR}/sysutils/gkrellm2 \
+ ${X11BASE}/libexec/gnome-netstatus-applet:${PORTSDIR}/net/gnomenetstatus \
+ splashsetter:${PORTSDIR}/deskutils/splashsetter
+
+NO_BUILD= yes
+
+do-install: # empty
+
+.include <bsd.port.mk>