7ff6dcab61
connect to an IRC server and check if a particular nick is online. Submitted by: steinex
25 lines
576 B
Makefile
25 lines
576 B
Makefile
# New ports collection makefile for: nagios-check_nick
|
|
# Date created: 2009-07-11
|
|
# Whom: steinex
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= check_nick
|
|
PORTVERSION= 1.0
|
|
CATEGORIES= net-mgmt
|
|
MASTER_SITES= http://nognu.de/s/FreeBSD/distfiles/
|
|
PKGNAMEPREFIX= nagios-
|
|
|
|
MAINTAINER= steinex@nognu.de
|
|
COMMENT= Nagios plug-in to check if a nick is on IRC
|
|
|
|
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/irclib.py:${PORTSDIR}/irc/py-irclib
|
|
|
|
USE_PYTHON= yes
|
|
NO_BUILD= yes
|
|
|
|
do-install:
|
|
@${MKDIR} ${PREFIX}/libexec/nagios
|
|
${INSTALL_SCRIPT} ${WRKSRC}/check_nick ${PREFIX}/libexec/nagios
|
|
|
|
.include <bsd.port.mk>
|