diff options
Diffstat (limited to 'sysutils/monitord/Makefile')
-rw-r--r-- | sysutils/monitord/Makefile | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/sysutils/monitord/Makefile b/sysutils/monitord/Makefile new file mode 100644 index 00000000000..af4757215f6 --- /dev/null +++ b/sysutils/monitord/Makefile @@ -0,0 +1,17 @@ +# New ports collection makefile for: monitord +# Date created: June 5, 2000 +# Whom: walt +# +# $FreeBSD$ +# + +PORTNAME= monitord +PORTVERSION= 0.1.0 +CATEGORIES= sysutils +MASTER_SITES= ftp://ftp.erudition.net/pub/monitord/ + +MAINTAINER= walt@erudition.net + +MAN8= monitord.8 + +.include <bsd.port.mk> |