diff options
author | simonb <simonb@pkgsrc.org> | 2001-07-08 14:29:51 +0000 |
---|---|---|
committer | simonb <simonb@pkgsrc.org> | 2001-07-08 14:29:51 +0000 |
commit | 750578c2b2e0e28e1f78844b801f48ea6050d4ba (patch) | |
tree | e9d7632d638ec935ac2cca5f97384d4a5775d7ce /misc/xtail/Makefile | |
parent | e78ef1421c6cfab7d114d4a7540d9788139c48fc (diff) | |
download | pkgsrc-750578c2b2e0e28e1f78844b801f48ea6050d4ba.tar.gz |
Import xtail - tail multiple files at once.
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" |