Import of pkgsrc-2016Q3

This commit is contained in:
2016-10-14 07:49:11 +02:00
committed by Lionel Sambuc
parent 9d819b6d54
commit 1242aa1e36
35952 changed files with 949749 additions and 377083 deletions

18
misc/iwatch/Makefile Normal file
View File

@@ -0,0 +1,18 @@
# $NetBSD: Makefile,v 1.1 2016/05/06 09:02:36 nonaka Exp $
DISTNAME= iwatch-1.0.3
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"