diff options
author | Jim Mock <jim@FreeBSD.org> | 1999-11-03 20:32:54 +0000 |
---|---|---|
committer | Jim Mock <jim@FreeBSD.org> | 1999-11-03 20:32:54 +0000 |
commit | a8bc9148711c21eb6652c1d9fff6e2a762963d20 (patch) | |
tree | 247999f95472ddcee7d92bea3672c7007c0aefc5 /sysutils/uwatch/Makefile | |
parent | 176ecdf2eabeaa38ba1eeb8574eb7a530398d362 (diff) | |
download | ports-a8bc9148711c21eb6652c1d9fff6e2a762963d20.tar.gz ports-a8bc9148711c21eb6652c1d9fff6e2a762963d20.zip |
Notes
Diffstat (limited to 'sysutils/uwatch/Makefile')
-rw-r--r-- | sysutils/uwatch/Makefile | 20 |
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> |