6865b52e1f
* Support decimal franction for the interval prefix * Suport highlighting by changing color and attributes * Fix English from Preben Guldberg * Improve manage from Preben Guldberg
18 lines
456 B
Makefile
18 lines
456 B
Makefile
# $NetBSD: Makefile,v 1.2 2017/05/31 03:59:45 nonaka 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
|
|
MAKE_FILE= GNUmakefile
|
|
|
|
.include "../../mk/curses.buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|