2002-07-22 01:03:42 +00:00
|
|
|
# New ports collection makefile for: nagios-plugins
|
|
|
|
# Date created: 14 Jul 2002
|
|
|
|
# Whom: Blaz Zupan <blaz@si.FreeBSD.org>
|
2000-07-12 18:57:26 +00:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2002-07-22 01:03:42 +00:00
|
|
|
PORTNAME= nagios-plugins
|
2003-04-07 01:13:02 +00:00
|
|
|
PORTVERSION= 1.3.0
|
2000-07-12 18:57:26 +00:00
|
|
|
CATEGORIES= net
|
2001-12-18 13:20:26 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
2002-07-22 01:03:42 +00:00
|
|
|
MASTER_SITE_SUBDIR= nagiosplug
|
2000-07-12 18:57:26 +00:00
|
|
|
|
2001-05-17 06:02:17 +00:00
|
|
|
MAINTAINER= blaz@si.FreeBSD.org
|
2003-02-21 13:28:59 +00:00
|
|
|
COMMENT= Plugins for nagios
|
2001-03-30 19:08:16 +00:00
|
|
|
|
2002-03-25 09:19:20 +00:00
|
|
|
USE_SUBMAKE= yes
|
2001-03-30 19:08:16 +00:00
|
|
|
GNU_CONFIGURE= yes
|
2003-04-07 01:13:02 +00:00
|
|
|
CONFIGURE_ARGS= --sbindir=${PREFIX}/share/nagios/cgi-bin \
|
2002-07-22 01:03:42 +00:00
|
|
|
--libexecdir=${PREFIX}/libexec/nagios \
|
|
|
|
--datadir=${PREFIX}/share/nagios \
|
|
|
|
--sysconfdir=${PREFIX}/etc/nagios \
|
2003-04-07 01:13:02 +00:00
|
|
|
--localstatedir=/var/spool/nagios \
|
2003-01-03 19:08:00 +00:00
|
|
|
--with-df-command="/bin/df -Pkt noprocfs"
|
2001-03-30 19:08:16 +00:00
|
|
|
CONFIGURE_ENV= LOCALBASE=${LOCALBASE}
|
2001-12-17 23:29:42 +00:00
|
|
|
SCRIPTS_ENV= WRKDIRPREFIX="${WRKDIRPREFIX}" \
|
|
|
|
MKDIR="${MKDIR}"
|
2001-03-30 19:08:16 +00:00
|
|
|
USE_AUTOMAKE= yes
|
|
|
|
USE_GMAKE= yes
|
2002-07-22 01:03:42 +00:00
|
|
|
USE_PERL5= yes
|
2000-07-12 18:57:26 +00:00
|
|
|
|
2001-04-16 11:42:07 +00:00
|
|
|
pre-fetch:
|
|
|
|
@${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/configure
|
2001-03-30 19:08:16 +00:00
|
|
|
|
2001-04-16 11:42:07 +00:00
|
|
|
.if exists(${WRKDIRPREFIX}${.CURDIR}/Makefile.inc)
|
|
|
|
.include "${WRKDIRPREFIX}${.CURDIR}/Makefile.inc"
|
2001-03-30 19:08:16 +00:00
|
|
|
.endif
|
2000-07-12 18:57:26 +00:00
|
|
|
|
2001-04-16 11:42:07 +00:00
|
|
|
post-clean:
|
|
|
|
@${RM} -f ${WRKDIRPREFIX}${.CURDIR}/Makefile.inc
|
2001-12-16 17:33:04 +00:00
|
|
|
|
2000-07-12 18:57:26 +00:00
|
|
|
.include <bsd.port.mk>
|