aboutsummaryrefslogtreecommitdiff
path: root/net/netsaint-plugins
diff options
context:
space:
mode:
authorClement Laforet <clement@FreeBSD.org>2004-02-27 01:05:19 +0000
committerClement Laforet <clement@FreeBSD.org>2004-02-27 01:05:19 +0000
commit3a93c08cd424e3c6e35c021346e257e2136f6298 (patch)
treee5b244f8eab75a4947b9d7ce8d757989718c5333 /net/netsaint-plugins
parentbc84920be715f7b7c39d229b0756ccb7eeb9beb4 (diff)
downloadports-3a93c08cd424e3c6e35c021346e257e2136f6298.tar.gz
ports-3a93c08cd424e3c6e35c021346e257e2136f6298.zip
Notes
Diffstat (limited to 'net/netsaint-plugins')
-rw-r--r--net/netsaint-plugins/Makefile53
1 files changed, 0 insertions, 53 deletions
diff --git a/net/netsaint-plugins/Makefile b/net/netsaint-plugins/Makefile
deleted file mode 100644
index 2c9a450775f3..000000000000
--- a/net/netsaint-plugins/Makefile
+++ /dev/null
@@ -1,53 +0,0 @@
-# New ports collection makefile for: netsaint-plugins
-# Date created: Wed 12 Jul 2000
-# Whom: will
-#
-# $FreeBSD$
-#
-
-PORTNAME= netsaint-plugins
-PORTVERSION= 1.2.9.4
-PORTREVISION= 3
-CATEGORIES= net
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= netsaintplug
-DISTNAME= ${PORTNAME}-1.2.9-4
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Plugins for netsaint
-
-DEPRECATED= Projects renamed to nagios. Use net/nagios-plugins instead.
-EXPIRATION_DATE= 2004-03-20
-
-USE_SUBMAKE= yes
-USE_REINPLACE= yes
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --sbindir=${PREFIX}/share/netsaint/sbin \
- --libexecdir=${PREFIX}/libexec/netsaint \
- --datadir=${PREFIX}/share/netsaint \
- --sysconfdir=${PREFIX}/etc/netsaint \
- --localstatedir=${PREFIX}/var/netsaint
-CONFIGURE_ENV= LOCALBASE=${LOCALBASE}
-SCRIPTS_ENV= WRKDIRPREFIX="${WRKDIRPREFIX}" \
- MKDIR="${MKDIR}"
-USE_AUTOMAKE= yes
-USE_GMAKE= yes
-
-pre-fetch:
- @${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/configure
-
-.if exists(${WRKDIRPREFIX}${.CURDIR}/Makefile.inc)
-.include "${WRKDIRPREFIX}${.CURDIR}/Makefile.inc"
-.endif
-
-post-patch:
- @${FIND} ${WRKSRC}/plugins-scripts/ -type f -perm -+x | ${XARGS} -n1 \
- ${REINPLACE_CMD} -e "s,/bin/diff,/usr/bin/diff,g" \
- -e "s,/bin/sed,/usr/bin/sed,g" \
- -e "s,/bin/tail,/usr/bin/tail,g" \
- -e "s,/bin/grep,/usr/bin/grep,g"
-
-post-clean:
- @${RM} -f ${WRKDIRPREFIX}${.CURDIR}/Makefile.inc
-
-.include <bsd.port.mk>