aboutsummaryrefslogtreecommitdiff
path: root/sysutils/uwatch/Makefile
diff options
context:
space:
mode:
authorJim Mock <jim@FreeBSD.org>1999-11-03 20:32:54 +0000
committerJim Mock <jim@FreeBSD.org>1999-11-03 20:32:54 +0000
commita8bc9148711c21eb6652c1d9fff6e2a762963d20 (patch)
tree247999f95472ddcee7d92bea3672c7007c0aefc5 /sysutils/uwatch/Makefile
parent176ecdf2eabeaa38ba1eeb8574eb7a530398d362 (diff)
downloadports-a8bc9148711c21eb6652c1d9fff6e2a762963d20.tar.gz
ports-a8bc9148711c21eb6652c1d9fff6e2a762963d20.zip
Notes
Diffstat (limited to 'sysutils/uwatch/Makefile')
-rw-r--r--sysutils/uwatch/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/sysutils/uwatch/Makefile b/sysutils/uwatch/Makefile
new file mode 100644
index 000000000000..09462c177dba
--- /dev/null
+++ b/sysutils/uwatch/Makefile
@@ -0,0 +1,20 @@
+# New ports collection makefile for: uwatch
+# Version required: 1.0
+# Date created: 3 November 1999
+# Whom: James Howard <howardjp@wam.umd.edu>
+#
+# $FreeBSD$
+#
+
+DISTNAME= uwatch-1.0
+CATEGORIES= sysutils
+MASTER_SITES= ftp://ftp.wam.umd.edu/pub/howardjp/software/uwatch/ \
+ http://www.wam.umd.edu/~howardjp/software/uwatch/ \
+ ftp://dragon.ham.muohio.edu/pub/howardjp/software/uwatch/
+
+MAINTAINER= howardjp@wam.umd.edu
+
+MAN1= uwatch.1
+MANCOMPRESSED= yes
+
+.include <bsd.port.mk>