From 75bae2b1a2d19fc462b7f006689488470235637a Mon Sep 17 00:00:00 2001 From: steve Date: Sun, 14 Nov 1999 03:28:56 +0000 Subject: Initial import of healthd version 0.1. A daemon to montior vital motherboard parameters. PR: 14495 Submitted by: James E. Housley --- sysutils/healthd/Makefile | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 sysutils/healthd/Makefile (limited to 'sysutils/healthd/Makefile') diff --git a/sysutils/healthd/Makefile b/sysutils/healthd/Makefile new file mode 100644 index 000000000000..0a3f46c5eb7a --- /dev/null +++ b/sysutils/healthd/Makefile @@ -0,0 +1,18 @@ +# New ports collection makefile for: healthd +# Version required: 0.1 +# Date created: 24 October 1999 +# Whom: jim@thehousleys.net +# +# $FreeBSD$ +# + +DISTNAME= healthd-0.1 +CATEGORIES= sysutils +MASTER_SITES= http://www.thehousleys.net/healthd/ + +MAINTAINER= jim@thehousleys.net + +HAS_CONFIGURE= yes +CONFIGURE_ARGS= --exec-prefix=${PREFIX} + +.include -- cgit