mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-06 06:30:19 +00:00
a8497d78e4
PR: ports/101914 Submitted by: Nick Withers <nick(at)nickwithers.com> Approved by: krion (mentor)
25 lines
464 B
Makefile
25 lines
464 B
Makefile
# New ports collection makefile for: downtime
|
|
# Date created: 17 July 2006
|
|
# Whom: Nick Withers (nick@nickwithers.com)
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= downtime
|
|
PORTVERSION= 0.2.2
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= http://www.nickwithers.com/downtime/
|
|
|
|
MAINTAINER= nick@nickwithers.com
|
|
COMMENT= A GTK-based shutdown manager using shutdown(8)
|
|
|
|
USE_X_PREFIX= yes
|
|
USE_GNOME= gtk20
|
|
|
|
PLIST_FILES= bin/downtime
|
|
|
|
MAN1= downtime.1
|
|
MANCOMPRESSED= yes
|
|
|
|
.include <bsd.port.mk>
|