mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
7e1ff756f3
- Makefile fixes. - Correct passing of parameters to shutdown(8) - Correct a bug whereby attempting to set preferences when no configuration file already exists (e.g., when first running DownTime) would result in a warning and non-application saving of the new preferences - Window title consistency - Print date and time when writing warnings / errors PR: 115852 Submitted by: maintainer
22 lines
421 B
Makefile
22 lines
421 B
Makefile
# New ports collection makefile for: downtime
|
|
# Date created: 17 July 2006
|
|
# Whom: Nick Withers (nick@nickwithers.com)
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= downtime
|
|
PORTVERSION= 0.3.1.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
|
|
|
|
MAN1= downtime.1
|
|
MANCOMPRESSED= yes
|
|
|
|
.include <bsd.port.mk>
|