freebsd-ports/sysutils/tzdialog/Makefile

26 lines
564 B
Makefile
Raw Normal View History

# 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>