freebsd-ports/misc/tzdiff/Makefile
Hiroki Sato b965ee9e90 Update to 1.1. Changes include:
New flags:
  * -HH: became the scripting mode without timzone name.
  * -N: display without local timezone.

Submitted by:	Yuichiro NAITO
PR:		236342
2019-03-07 04:06:35 +00:00

28 lines
541 B
Makefile

# Created by: Naito Yuichiro <naito.yuichiro@gmail.com>
# $FreeBSD$
PORTNAME= tzdiff
PORTVERSION= 1.1
CATEGORIES= misc
MAINTAINER= naito.yuichiro@gmail.com
COMMENT= Showing time pairs between target timezone and localtime
LICENSE= BSD2CLAUSE
GH_ACCOUNT= belgianbeer
USE_GITHUB= yes
PLIST_FILES= bin/tzdiff man/man1/tzdiff.1.gz
NO_ARCH= yes
NO_BUILD= yes
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/tzdiff \
${STAGEDIR}${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/tzdiff.1 \
${STAGEDIR}${MANPREFIX}/man/man1
.include <bsd.port.mk>