1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
freebsd-ports/net-mgmt/nagircbot/Makefile
Adam Weinberger a84c115a09 Convert a bunch of EXTRACT_SUFX=... into USES=tar:...
Approved by:	portmgr (not really, but touches unstaged ports)
2014-07-29 19:11:51 +00:00

18 lines
322 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/
MAINTAINER= ports@FreeBSD.org
COMMENT= IRC bot for Nagios
USES= gmake tar:tgz
USE_RC_SUBR= nagircbot
PLIST_FILES= bin/nagircbot
.include <bsd.port.mk>