aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/healthd/Makefile
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>1999-11-14 11:28:56 +0800
committersteve <steve@FreeBSD.org>1999-11-14 11:28:56 +0800
commit75bae2b1a2d19fc462b7f006689488470235637a (patch)
tree8339f3331332e0b27589c6c3412aa0ac86ec545e /sysutils/healthd/Makefile
parent6b77d6e51047d99d41a8efed09c04cf9b40908ab (diff)
downloadfreebsd-ports-gnome-75bae2b1a2d19fc462b7f006689488470235637a.tar.gz
freebsd-ports-gnome-75bae2b1a2d19fc462b7f006689488470235637a.tar.zst
freebsd-ports-gnome-75bae2b1a2d19fc462b7f006689488470235637a.zip
Initial import of healthd version 0.1.
A daemon to montior vital motherboard parameters. PR: 14495 Submitted by: James E. Housley <housley@thehousleys.net>
Diffstat (limited to 'sysutils/healthd/Makefile')
-rw-r--r--sysutils/healthd/Makefile18
1 files changed, 18 insertions, 0 deletions
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 <bsd.port.mk>