summaryrefslogtreecommitdiff
path: root/sysutils/downtime/Makefile
blob: 7822cf3c0b39c36b266daaa3c6ba5e42bebdaaa8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# 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=	2
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>