aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/nagios2/Makefile
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2000-11-17 12:19:22 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2000-11-17 12:19:22 +0000
commitd615f4ca564f838b39bd8b504a3107011d951a03 (patch)
treed799b77773a040bd9f634696266507c9072dd071 /net-mgmt/nagios2/Makefile
parentc2ed1d8a3eee6f0edbbd6033ea2f1717399741e2 (diff)
downloadports-d615f4ca564f838b39bd8b504a3107011d951a03.tar.gz
ports-d615f4ca564f838b39bd8b504a3107011d951a03.zip
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_2_0'.release/4.2.0
Notes
Notes: svn path=/head/; revision=35216 svn path=/tags/RELEASE_4_2_0/; revision=35217; tag=release/4.2.0
Diffstat (limited to 'net-mgmt/nagios2/Makefile')
-rw-r--r--net-mgmt/nagios2/Makefile29
1 files changed, 0 insertions, 29 deletions
diff --git a/net-mgmt/nagios2/Makefile b/net-mgmt/nagios2/Makefile
deleted file mode 100644
index 8deae2a59135..000000000000
--- a/net-mgmt/nagios2/Makefile
+++ /dev/null
@@ -1,29 +0,0 @@
-# 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>