pkgsrc/sysutils/wtail/Makefile
salo e96e455f16 wtail does the equivalent of tail -f on several files at once. The screen
is split into as many parts as there are files to watch.

Package submitted by Juan RP via PR pkg/20351 with modifications by me.
2003-02-16 00:25:30 +00:00

17 lines
398 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2003/02/16 00:25:30 salo Exp $
#
DISTNAME= wtail-0.2.2
CATEGORIES= sysutils
MASTER_SITES= http://www.teaser.fr/~amajorel/wtail/
MAINTAINER= jrp@hispabsd.org
HOMEPAGE= http://www.teaser.fr/~amajorel/wtail/
COMMENT= Watch multiple files at once
USE_BUILDLINK2= YES
MAKE_ENV+= SED="${SED}"
.include "../../devel/ncurses/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"