diff options
author | Steve Price <steve@FreeBSD.org> | 1999-11-14 03:28:56 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-11-14 03:28:56 +0000 |
commit | 506713aad34f3ecee8a5ebf0cfed9b942eb16015 (patch) | |
tree | e9baa4a598f78c621b596c014e71109a77e91cfe /sysutils/healthd/Makefile | |
parent | f0989f0a51fee968bfa4f8b372a6851112f22c9e (diff) | |
download | ports-506713aad34f3ecee8a5ebf0cfed9b942eb16015.tar.gz ports-506713aad34f3ecee8a5ebf0cfed9b942eb16015.zip |
Notes
Diffstat (limited to 'sysutils/healthd/Makefile')
-rw-r--r-- | sysutils/healthd/Makefile | 18 |
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> |