pkgsrc/sysutils/swatch/Makefile
rillig 9854083949 Imported swatch.
Swatch was originally written to actively monitor messages as they are
written to a log file via the UNIX syslog utility. For a simple
demonstration type "perl swatch --examine=FILENAME" with FILENAME being
the file that you would like to see the contents of. All this example
will do is demonstrate the different text modes that are available with
to the echo action.
2006-10-02 19:53:17 +00:00

22 lines
654 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2006/10/02 19:53:17 rillig Exp $
#
DISTNAME= swatch-3.2.1
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=swatch/}
MAINTAINER= rillig@NetBSD.org
HOMEPAGE= http://swatch.sourceforge.net/
COMMENT= Simple log file watcher
DEPENDS+= p5-Date-Calc>=0:../../devel/p5-Date-Calc
DEPENDS+= p5-Date-Manip>=0:../../devel/p5-Date-Manip
DEPENDS+= p5-File-Tail>=0:../../misc/p5-File-Tail
DEPENDS+= p5-Time-HiRes>=1.12:../../time/p5-Time-HiRes
DEPENDS+= p5-TimeDate>=0:../../time/p5-TimeDate
PERL5_PACKLIST= auto/swatch/.packlist
USE_LANGUAGES= # none
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"