diff options
author | will <will@FreeBSD.org> | 2000-07-12 18:43:32 +0000 |
---|---|---|
committer | will <will@FreeBSD.org> | 2000-07-12 18:43:32 +0000 |
commit | 1579598a0fe04af43ea21dbc65cf55dc74eee4e1 (patch) | |
tree | fcd237d53ebb71732873371cd6019373ce09addd /net-mgmt/nagios2/Makefile | |
parent | 55941e862c29523c2ab4adf25d92f35debf0e80f (diff) | |
download | FreeBSD-ports-1579598a0fe04af43ea21dbc65cf55dc74eee4e1.zip FreeBSD-ports-1579598a0fe04af43ea21dbc65cf55dc74eee4e1.tar.gz |
Add NetSaint 0.0.5-2, an extremely powerful network monitoring system.
Patches submitted by: Jim Sloan <odinn@atlantabiker.net>, to whom I am
extremely grateful! Thanks!
Diffstat (limited to 'net-mgmt/nagios2/Makefile')
-rw-r--r-- | net-mgmt/nagios2/Makefile | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/net-mgmt/nagios2/Makefile b/net-mgmt/nagios2/Makefile new file mode 100644 index 0000000..8deae2a --- /dev/null +++ b/net-mgmt/nagios2/Makefile @@ -0,0 +1,29 @@ +# New ports collection makefile for: netsaint +# Date created: Wed 12 Jul 2000 +# Whom: will +# +# $FreeBSD$ +# + +PORTNAME= netsaint +PORTVERSION= 0.0.5.2 +CATEGORIES= net +MASTER_SITES= http://www.netsaint.org/download/ +DISTNAME= ${PORTNAME}-0.0.5-2 + +MAINTAINER= will@FreeBSD.org + +LIB_DEPENDS= gd.1:${PORTSDIR}/graphics/gd + +GNU_CONFIGURE= yes +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LIBS="-L${LOCALBASE}/lib -lgd" +INSTALL_TARGET= install-all + +pre-fetch: + @${SH} ${SCRIPTDIR}/checkps + +pre-install: + ${PERL} ${SCRIPTDIR}/createuser + +.include <bsd.port.mk> |