summaryrefslogtreecommitdiff
path: root/misc/iwatch/Makefile
blob: ba9b2a13044e4df71058f5018b8f8af74350f5ac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# $NetBSD: Makefile,v 1.3 2021/05/14 13:23:22 nia Exp $

DISTNAME=	iwatch-1.0.4
CATEGORIES=	misc
MASTER_SITES=	${MASTER_SITE_GITHUB:=iij/}
GITHUB_TAG=	v${PKGVERSION_NOREV}

MAINTAINER=	nonakap@gmail.com
HOMEPAGE=	https://github.com/iij/iwatch
COMMENT=	Watch the command output with interval timer
LICENSE=	2-clause-bsd

GNU_CONFIGURE=	yes
USE_TOOLS=	gmake
USE_CURSES=	wide
MAKE_FILE=	GNUmakefile

.include "../../mk/curses.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"