summaryrefslogtreecommitdiff
path: root/net-mgmt/nagios/Makefile
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2000-07-12 18:43:32 +0000
committerWill Andrews <will@FreeBSD.org>2000-07-12 18:43:32 +0000
commit24138afdffd13e51deacee92f648ce3f061035bd (patch)
treed4864831023d0c7fbfaee7df7db8854da0053999 /net-mgmt/nagios/Makefile
parentRemove call to deprecated function, dllockinit(). (diff)
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!
Notes
Notes: svn path=/head/; revision=30533
Diffstat (limited to 'net-mgmt/nagios/Makefile')
-rw-r--r--net-mgmt/nagios/Makefile29
1 files changed, 29 insertions, 0 deletions
diff --git a/net-mgmt/nagios/Makefile b/net-mgmt/nagios/Makefile
new file mode 100644
index 000000000000..8deae2a59135
--- /dev/null
+++ b/net-mgmt/nagios/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>