summaryrefslogtreecommitdiff
path: root/sysutils/wmshutdown
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-02-13 00:25:25 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-02-13 00:25:25 +0000
commitca4ec7dcab864a706e147d8cb1b6928cbea75260 (patch)
treef8febba2d3f39e8f6e63860bc847ff9f7eb28ddf /sysutils/wmshutdown
parentMove wmshutdown from ports/x11 to ports/sysutils on danfe's suggestion. (diff)
Add all the files in the wmshutdown move
Notes
Notes: svn path=/head/; revision=75415
Diffstat (limited to 'sysutils/wmshutdown')
-rw-r--r--sysutils/wmshutdown/Makefile34
-rw-r--r--sysutils/wmshutdown/distinfo1
-rw-r--r--sysutils/wmshutdown/pkg-descr7
-rw-r--r--sysutils/wmshutdown/pkg-plist5
4 files changed, 47 insertions, 0 deletions
diff --git a/sysutils/wmshutdown/Makefile b/sysutils/wmshutdown/Makefile
new file mode 100644
index 000000000000..0c55152dc470
--- /dev/null
+++ b/sysutils/wmshutdown/Makefile
@@ -0,0 +1,34 @@
+# New ports collection makefile for: wmshutdown
+# Date created: 26 November 2002
+# Whom: nishida
+#
+# $FreeBSD$
+#
+
+PORTNAME= wmShutdown
+PORTVERSION= 0.2
+CATEGORIES= sysutils windowmaker
+MASTER_SITES= http://grad.icmc.usp.br/~rva/pkgs/
+
+MAINTAINER= kaname@vamp.jpn.ph
+COMMENT= Window Maker dock application to shutdown or reboot
+
+USE_GNOMENG= yes
+USE_GNOME= gtk12
+USE_GMAKE= yes
+USE_X_PREFIX= yes
+USE_XPM= yes
+
+do-install:
+ @${ECHO} "wmShutdown -- Rafael V. Aroca <rafael@linuxqos.cjb.net>"
+ @${MKDIR} ${PREFIX}/share/wmShutdown/pixmaps && ${CHMOD} a+rx ${PREFIX}/share/wmShutdown/pixmaps
+ @${INSTALL_PROGRAM} ${WRKSRC}/wmShutdown ${PREFIX}/bin
+ @${INSTALL_PROGRAM} -g wheel -o root ${WRKSRC}/Shutdown ${PREFIX}/bin
+ @${INSTALL_PROGRAM} ${WRKSRC}/Shutdown ${PREFIX}/bin
+ @${CHMOD} +s ${PREFIX}/bin/Shutdown
+ @${INSTALL_DATA} ${WRKSRC}/wmShutdown.xpm ${PREFIX}/share/wmShutdown/pixmaps/wmShutdown.xpm
+
+post-install:
+ @${ECHO} "===> Installed. Just type wmShutdown to use it"
+
+.include <bsd.port.mk>
diff --git a/sysutils/wmshutdown/distinfo b/sysutils/wmshutdown/distinfo
new file mode 100644
index 000000000000..4b93a1666fce
--- /dev/null
+++ b/sysutils/wmshutdown/distinfo
@@ -0,0 +1 @@
+MD5 (wmShutdown-0.2.tar.gz) = 6937692d776d62f440aa71d3b8b13d07
diff --git a/sysutils/wmshutdown/pkg-descr b/sysutils/wmshutdown/pkg-descr
new file mode 100644
index 000000000000..d339e89fe56e
--- /dev/null
+++ b/sysutils/wmshutdown/pkg-descr
@@ -0,0 +1,7 @@
+wmShutdown is a Window Maker dock application that allows you to shutdown
+or reboot your machine just by clicking a button on your desktop.
+
+WWW: http://grad.icmc.usp.br/~rva/wmShutdown.html
+
+-- Nishida
+kaname@vamp.jpn.ph
diff --git a/sysutils/wmshutdown/pkg-plist b/sysutils/wmshutdown/pkg-plist
new file mode 100644
index 000000000000..908d25623c43
--- /dev/null
+++ b/sysutils/wmshutdown/pkg-plist
@@ -0,0 +1,5 @@
+bin/wmShutdown
+bin/Shutdown
+share/wmShutdown/pixmaps/wmShutdown.xpm
+@dirrm share/wmShutdown/pixmaps
+@dirrm share/wmShutdown