summaryrefslogtreecommitdiff
path: root/net-mgmt/nagios-plugins/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net-mgmt/nagios-plugins/Makefile')
-rw-r--r--net-mgmt/nagios-plugins/Makefile43
1 files changed, 0 insertions, 43 deletions
diff --git a/net-mgmt/nagios-plugins/Makefile b/net-mgmt/nagios-plugins/Makefile
deleted file mode 100644
index f89c6452b754..000000000000
--- a/net-mgmt/nagios-plugins/Makefile
+++ /dev/null
@@ -1,43 +0,0 @@
-# New ports collection makefile for: nagios-plugins
-# Date created: 14 Jul 2002
-# Whom: Blaz Zupan <blaz@si.FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= nagios-plugins
-PORTVERSION= 1.3.0.b2
-CATEGORIES= net
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= nagiosplug
-DISTNAME= nagios-plugins-1.3.0-beta2
-
-MAINTAINER= blaz@si.FreeBSD.org
-COMMENT= Plugins for nagios
-
-USE_SUBMAKE= yes
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --sbindir=${PREFIX}/share/nagios/sbin \
- --libexecdir=${PREFIX}/libexec/nagios \
- --datadir=${PREFIX}/share/nagios \
- --sysconfdir=${PREFIX}/etc/nagios \
- --localstatedir=${PREFIX}/var/nagios \
- --with-df-command="/bin/df -Pkt noprocfs"
-CONFIGURE_ENV= LOCALBASE=${LOCALBASE}
-SCRIPTS_ENV= WRKDIRPREFIX="${WRKDIRPREFIX}" \
- MKDIR="${MKDIR}"
-USE_AUTOMAKE= yes
-USE_GMAKE= yes
-USE_PERL5= yes
-
-pre-fetch:
- @${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/configure
-
-.if exists(${WRKDIRPREFIX}${.CURDIR}/Makefile.inc)
-.include "${WRKDIRPREFIX}${.CURDIR}/Makefile.inc"
-.endif
-
-post-clean:
- @${RM} -f ${WRKDIRPREFIX}${.CURDIR}/Makefile.inc
-
-.include <bsd.port.mk>