summaryrefslogtreecommitdiff
path: root/misc/xtail/Makefile
diff options
context:
space:
mode:
authorsimonb <simonb@pkgsrc.org>2001-07-08 14:29:51 +0000
committersimonb <simonb@pkgsrc.org>2001-07-08 14:29:51 +0000
commit750578c2b2e0e28e1f78844b801f48ea6050d4ba (patch)
treee9d7632d638ec935ac2cca5f97384d4a5775d7ce /misc/xtail/Makefile
parente78ef1421c6cfab7d114d4a7540d9788139c48fc (diff)
downloadpkgsrc-750578c2b2e0e28e1f78844b801f48ea6050d4ba.tar.gz
Import xtail - tail multiple files at once.
Diffstat (limited to 'misc/xtail/Makefile')
-rw-r--r--misc/xtail/Makefile14
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"