freebsd-ports/net-mgmt/nagios-check_ice/Makefile
Martin Wilke 5fc86b0d7c check_ice is a Nagios plugin-in that checks if a stream is up or
down on a shoutcast or icecast server. The program will look at
the three digit error code (ie. 200, 404, etc.) to give the proper
result code that Nagios can use to know if the stream is up, in
warning or in critical.

WWW: http://www.lns.com/papers/check_ice/

Submitted by:	steinex
2009-07-14 21:40:06 +00:00

24 lines
563 B
Makefile

# New ports collection makefile for: nagios-check_ice
# Date created: 2009-07-11
# Whom: steinex
#
# $FreeBSD$
PORTNAME= check_ice
PORTVERSION= 1.5
CATEGORIES= net-mgmt
MASTER_SITES= http://nognu.de/s/FreeBSD/distfiles/
PKGNAMEPREFIX= nagios-
MAINTAINER= steinex@nognu.de
COMMENT= Nagios plug-in to check a shoutcast or icecast server
do-build:
cd ${WRKSRC}; \
${CC} ${CFLAGS} check_ice.c -o check_ice
do-install:
@${MKDIR} ${PREFIX}/libexec/nagios
@${INSTALL_PROGRAM} ${WRKSRC}/check_ice ${PREFIX}/libexec/nagios/check_ice
.include <bsd.port.mk>