freebsd-ports/sysutils/tzdialog/Makefile
2021-04-06 16:31:07 +02:00

19 lines
495 B
Makefile

# Created by: Devin Teske <dteske@vicor.com>
PORTNAME= tzdialog
PORTVERSION= 1.2
CATEGORIES= sysutils
MASTER_SITES= http://druidbsd.sourceforge.net/download/
MAINTAINER= ports@FreeBSD.org
COMMENT= Set the local timezone using dialog(1) or Xdialog(1)
NO_BUILD= yes
PLIST_FILES= sbin/tzdialog man/man8/tzdialog.8.gz
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/sbin
${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.8 ${STAGEDIR}${MANPREFIX}/man/man8
.include <bsd.port.mk>