aboutsummaryrefslogtreecommitdiff
path: root/sysutils/cmdwatch/Makefile
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-01-16 05:00:09 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-01-16 05:00:09 +0000
commit1efa0b5ed13614474ffdc6ced4fa8b378e1573fb (patch)
tree02e6a192fc45a9709457150f5ad88a639980ac33 /sysutils/cmdwatch/Makefile
parentff608940ccf7f0b4790cce78c8a95c0887fe6b2b (diff)
New port: sysutils/cmdwatch - watches output of a specific command
PR: ports/42169 Submitted by: Brad Johnson <bjohnson@wedgie.org>
Notes
Notes: svn path=/head/; revision=73224
Diffstat (limited to 'sysutils/cmdwatch/Makefile')
-rw-r--r--sysutils/cmdwatch/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/sysutils/cmdwatch/Makefile b/sysutils/cmdwatch/Makefile
new file mode 100644
index 000000000000..36dcd487d9dc
--- /dev/null
+++ b/sysutils/cmdwatch/Makefile
@@ -0,0 +1,18 @@
+# New ports collection makefile for: cmdwatch
+# Date created: 8-28-2002
+# Whom: bjohnson@wedgie.org
+#
+# $FreeBSD$
+#
+
+PORTNAME= cmdwatch
+PORTVERSION= 0.2.0
+CATEGORIES= sysutils
+MASTER_SITES= ftp://wedgie.org/pub/ \
+ ftp://ftp.apexds.com/pub/
+
+MAINTAINER= bjohnson@wedgie.org
+
+MAN1= cmdwatch.1
+
+.include <bsd.port.mk>