de78af3ac5
Reviewed by: exp8 run on pointyhat Supported by: miwi
25 lines
495 B
Makefile
25 lines
495 B
Makefile
# New ports collection makefile for: downtime
|
|
# Date created: 17 July 2006
|
|
# Whom: Nick Withers (nick@nickwithers.com)
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= downtime
|
|
PORTVERSION= 0.4.0
|
|
PORTREVISION= 1
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= http://www.nickwithers.com/downtime/
|
|
|
|
MAINTAINER= nick@nickwithers.com
|
|
COMMENT= A GTK-based shutdown manager using shutdown(8)
|
|
|
|
USE_GNOME= gtk20 desktopfileutils
|
|
|
|
MAN1= downtime.1
|
|
MANCOMPRESSED= yes
|
|
|
|
post-install:
|
|
-@update-desktop-database
|
|
|
|
.include <bsd.port.mk>
|