summaryrefslogtreecommitdiff
path: root/sysutils/roottail/Makefile
diff options
context:
space:
mode:
authorChris Piazza <cpiazza@FreeBSD.org>1999-10-05 16:25:27 +0000
committerChris Piazza <cpiazza@FreeBSD.org>1999-10-05 16:25:27 +0000
commit792f9f1be4aec00c5c01bcc46690dcb27d6f955a (patch)
treea65afc45029c190dd0d5d623d588b8cd820ae915 /sysutils/roottail/Makefile
parentUpdate to versoin 19991005 (diff)
Simple utility to tail files/logs to a root X window.
Useful for keeping tabs on log files in X without having an additional terminal window open. PR: 14059 Submitted by: Chris D. Faulhaber <jedgar@fxp.org>
Notes
Notes: svn path=/head/; revision=22176
Diffstat (limited to 'sysutils/roottail/Makefile')
-rw-r--r--sysutils/roottail/Makefile26
1 files changed, 26 insertions, 0 deletions
diff --git a/sysutils/roottail/Makefile b/sysutils/roottail/Makefile
new file mode 100644
index 000000000000..b7cf9082e53c
--- /dev/null
+++ b/sysutils/roottail/Makefile
@@ -0,0 +1,26 @@
+# New ports collection makefile for: roottail
+# Version required: 0.0.4b
+# Date created: 30 September 1999
+# Whom: Chris D. Faulhaber <jedgar@fxp.org>
+#
+# $FreeBSD$
+#
+
+DISTNAME= rt-0.0.4B
+PKGNAME= roottail-0.0.4b
+CATEGORIES= sysutils
+MASTER_SITES= ftp://ftp.hypertek.net/misc/ \
+ http://www.fxp.org/~jedgar/
+EXTRACT_SUFX= .tgz
+
+MAINTAINER= jedgar@fxp.org
+
+MAN1= rt.1
+USE_IMAKE= yes
+MANCOMPRESSED= no
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/rt ${PREFIX}/bin
+ ${INSTALL_MAN} ${WRKSRC}/rt.1 ${PREFIX}/man/man1
+
+.include <bsd.port.mk>