freebsd-ports/sysutils/tzdialog/Makefile
Martin Wilke 76b2008298 tzdialog is an ISO-3166 compliant sh(1) implementation of tzsetup(8) based on
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>
2012-01-14 19:21:50 +00:00

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>