diff options
Diffstat (limited to 'misc/xtail/Makefile')
-rw-r--r-- | misc/xtail/Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/misc/xtail/Makefile b/misc/xtail/Makefile new file mode 100644 index 00000000000..ed22ef66f49 --- /dev/null +++ b/misc/xtail/Makefile @@ -0,0 +1,14 @@ +# $NetBSD: Makefile,v 1.1.1.1 2001/07/08 14:29:51 simonb Exp $ +# + +DISTNAME= xtail-2.1 +CATEGORIES= misc +MASTER_SITES= http://www.unicom.com/sw/xtail/ + +MAINTAINER= packages@netbsd.org +HOMEPAGE= http://www.unicom.com/sw/xtail/ +COMMENT= like "tail -f" on a bunch of files at once + +GNU_CONFIGURE= YES + +.include "../../mk/bsd.pkg.mk" |