mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
20 lines
349 B
Makefile
20 lines
349 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
|
|
|
|
USE_GMAKE= yes
|
|
USE_RC_SUBR= nagircbot
|
|
|
|
PLIST_FILES= bin/nagircbot
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|