1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00
freebsd-ports/sysutils/wmshutdown/Makefile
Ade Lovett fe279f0df8 Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.
Discussed with:	kris
Approved by:	portmgr (implicit)
2006-03-07 08:28:06 +00:00

35 lines
1019 B
Makefile

# New ports collection makefile for: wmshutdown
# Date created: 26 November 2002
# Whom: nishida
#
# $FreeBSD$
#
PORTNAME= wmShutdown
PORTVERSION= 0.2
PORTREVISION= 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_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>