Move wmshutdown from ports/x11 to ports/sysutils on danfe's suggestion.
This commit is contained in:
parent
e1c81f3d23
commit
355ce52351
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=75414
@ -272,6 +272,7 @@
|
||||
SUBDIR += wmmon
|
||||
SUBDIR += wmmount
|
||||
SUBDIR += wmpccard
|
||||
SUBDIR += wmshutdown
|
||||
SUBDIR += wmtop
|
||||
SUBDIR += wmzazof
|
||||
SUBDIR += wots
|
||||
|
@ -113,7 +113,6 @@
|
||||
SUBDIR += wmmatrix
|
||||
SUBDIR += wmmenu
|
||||
SUBDIR += wmoldmenu2new
|
||||
SUBDIR += wmshutdown
|
||||
SUBDIR += wrapper
|
||||
SUBDIR += wscan
|
||||
SUBDIR += wterm
|
||||
|
@ -1,33 +0,0 @@
|
||||
# New ports collection makefile for: wmshutdown
|
||||
# Date created: 26 November 2002
|
||||
# Whom: nishida
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= wmShutdown
|
||||
PORTVERSION= 0.2
|
||||
CATEGORIES= x11 windowmaker
|
||||
MASTER_SITES= http://grad.icmc.usp.br/~rva/pkgs/
|
||||
|
||||
MAINTAINER= kaname@vamp.jpn.ph
|
||||
|
||||
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>
|
@ -1 +0,0 @@
|
||||
Window Maker dock application to shutdown or reboot
|
@ -1,7 +0,0 @@
|
||||
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
|
@ -1,5 +0,0 @@
|
||||
bin/wmShutdown
|
||||
bin/Shutdown
|
||||
share/wmShutdown/pixmaps/wmShutdown.xpm
|
||||
@dirrm share/wmShutdown/pixmaps
|
||||
@dirrm share/wmShutdown
|
Loading…
Reference in New Issue
Block a user