aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt/nagircbot/Makefile
blob: 5794f726d9d9543b0c52596fbb3568df03ce85d5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Created by: anarcat@anarcat.ath.cx
# $FreeBSD$

PORTNAME=   nagircbot
PORTVERSION=    0.0.33
CATEGORIES= net-mgmt irc
MASTER_SITES=   http://www.vanheusden.com/nagircbot/
EXTRACT_SUFX=   .tgz

MAINTAINER= ports@FreeBSD.org
COMMENT=    IRC bot for Nagios

USE_GMAKE=  yes
USE_RC_SUBR=    nagircbot

PLIST_FILES=    bin/nagircbot

NO_STAGE=   yes
.include <bsd.port.mk>