2b47dc8bc4
Approved by: portmgr
19 lines
347 B
Makefile
19 lines
347 B
Makefile
# 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
|
|
|
|
USES= gmake
|
|
USE_RC_SUBR= nagircbot
|
|
|
|
PLIST_FILES= bin/nagircbot
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|