1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-12 07:27:57 +00:00
freebsd-ports/misc/tzdiff/Makefile

31 lines
546 B
Makefile
Raw Normal View History

# Created by: Naito Yuichiro <naito.yuichiro@gmail.com>
# $FreeBSD$
PORTNAME= tzdiff
PORTVERSION= 0.9
CATEGORIES= misc
MAINTAINER= naito.yuichiro@gmail.com
COMMENT= Showing time pairs between target timezone and localtime
LICENSE= BSD2CLAUSE
USE_GITHUB= yes
GH_ACCOUNT= belgianbeer
GH_PROJECT= tzdiff
PLIST_FILES= bin/tzdiff
NO_ARCH= yes
NO_BUILD= yes
2016-09-01 14:25:22 +00:00
do-patch:
2016-09-01 14:50:26 +00:00
${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' \
${WRKSRC}/tzdiff
2016-09-01 14:25:22 +00:00
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/tzdiff \
${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>