mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
aa41190513
Reported by: mat
32 lines
574 B
Makefile
32 lines
574 B
Makefile
# Created by: Naito Yuichiro <naito.yuichiro@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= timediff
|
|
PORTVERSION= 0.1
|
|
PORTREVISION= 2
|
|
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= timediff
|
|
|
|
PLIST_FILES= sbin/timediff
|
|
|
|
NO_ARCH= yes
|
|
NO_BUILD= yes
|
|
|
|
do-patch:
|
|
${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' \
|
|
${WRKSRC}/timediff
|
|
|
|
do-install:
|
|
${INSTALL_SCRIPT} ${WRKSRC}/timediff \
|
|
${STAGEDIR}${PREFIX}/sbin
|
|
|
|
.include <bsd.port.mk>
|