76b2008298
the dialog(1) (or Xdialog(1)) utility for setting the local default timezone. WWW: http://druidbsd.sourceforge.net/ PR: ports/164031 Submitted by: Devin Teske <dteske@vicor.com>
26 lines
564 B
Makefile
26 lines
564 B
Makefile
# New ports collection makefile for: tzdialog
|
|
# Date created: 11 January 2012
|
|
# Whom: Devin Teske <dteske@vicor.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= tzdialog
|
|
PORTVERSION= 1.2
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= http://druidbsd.sourceforge.net/download/
|
|
|
|
MAINTAINER= dteske@vicor.com
|
|
COMMENT= Set the local timezone using dialog(1) or Xdialog(1)
|
|
|
|
NO_BUILD= yes
|
|
|
|
PLIST_FILES= sbin/${PORTNAME}
|
|
MAN8= ${PORTNAME}.8
|
|
|
|
do-install:
|
|
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/sbin/
|
|
${INSTALL_MAN} ${WRKSRC}/${MAN8} ${MANPREFIX}/man/man8/
|
|
|
|
.include <bsd.port.mk>
|