aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/cmdwatch/Makefile
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2003-01-16 13:00:09 +0800
committeredwin <edwin@FreeBSD.org>2003-01-16 13:00:09 +0800
commita69327b81fe782ce5ea6e8f5ebe953d78301e84b (patch)
tree7cca014ab2d24577fb9c169f6b2fbffc5aa18ad9 /sysutils/cmdwatch/Makefile
parentf975f62d3b697322dde5b6c0d507def7dce8c483 (diff)
downloadfreebsd-ports-gnome-a69327b81fe782ce5ea6e8f5ebe953d78301e84b.tar.gz
freebsd-ports-gnome-a69327b81fe782ce5ea6e8f5ebe953d78301e84b.tar.zst
freebsd-ports-gnome-a69327b81fe782ce5ea6e8f5ebe953d78301e84b.zip
New port: sysutils/cmdwatch - watches output of a specific command
PR: ports/42169 Submitted by: Brad Johnson <bjohnson@wedgie.org>
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>