090059a210
The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
22 lines
437 B
Makefile
22 lines
437 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
|
|
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
|
|
|
|
MAN1= downtime.1
|
|
MANCOMPRESSED= yes
|
|
|
|
.include <bsd.port.mk>
|