diff options
Diffstat (limited to 'sysutils/whowatch/Makefile')
-rw-r--r-- | sysutils/whowatch/Makefile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/sysutils/whowatch/Makefile b/sysutils/whowatch/Makefile new file mode 100644 index 000000000000..16eb0f5ba90e --- /dev/null +++ b/sysutils/whowatch/Makefile @@ -0,0 +1,19 @@ +# New ports collection makefile for: whowatch +# Date created: 12 June 2000 +# Whom: Daniel Harris <dannyboy@subdimension.com> +# +# $FreeBSD$ +# + +PORTNAME= whowatch +PORTVERSION= 1.4 +CATEGORIES= sysutils +MASTER_SITES= http://wizard.ae.krakow.pl/~mike/download/ + +MAINTAINER= dannyboy@subdimension.com + +GNU_CONFIGURE= yes + +MAN1= whowatch.1 + +.include <bsd.port.mk> |