summaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2003-02-13 00:25:25 +0000
committeredwin <edwin@FreeBSD.org>2003-02-13 00:25:25 +0000
commitfcb7c5dbd4e1de79912622b691eeefeff92c88ff (patch)
tree7c47a37ce71caa5576df1a72d2ea02ec729084ba /sysutils
parentc2febb57109420fc192150da37beb6211001bbbd (diff)
downloadFreeBSD-ports-fcb7c5dbd4e1de79912622b691eeefeff92c88ff.zip
FreeBSD-ports-fcb7c5dbd4e1de79912622b691eeefeff92c88ff.tar.gz
Add all the files in the wmshutdown move
Diffstat (limited to 'sysutils')
-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 0000000..0c55152
--- /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 0000000..4b93a16
--- /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 0000000..d339e89
--- /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 0000000..908d256
--- /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
OpenPOWER on IntegriCloud