2012-11-20 19:06:23 +00:00
|
|
|
# Created by: anarcat@anarcat.ath.cx
|
2007-07-06 07:15:08 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= nagircbot
|
2011-06-15 13:51:06 +00:00
|
|
|
PORTVERSION= 0.0.33
|
2015-06-10 17:42:10 +00:00
|
|
|
PORTREVISION= 2
|
2007-07-06 07:15:08 +00:00
|
|
|
CATEGORIES= net-mgmt irc
|
|
|
|
MASTER_SITES= http://www.vanheusden.com/nagircbot/
|
|
|
|
|
2012-11-20 19:06:23 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2007-07-06 07:15:08 +00:00
|
|
|
COMMENT= IRC bot for Nagios
|
|
|
|
|
2016-09-10 22:23:48 +00:00
|
|
|
USES= gmake ssl tar:tgz
|
2007-07-06 07:15:08 +00:00
|
|
|
USE_RC_SUBR= nagircbot
|
2016-09-10 22:23:48 +00:00
|
|
|
CFLAGS+= -I${OPENSSLINC}
|
|
|
|
LDFLAGS+= -L${OPENSSLLIB}
|
2007-07-06 07:15:08 +00:00
|
|
|
|
|
|
|
PLIST_FILES= bin/nagircbot
|
|
|
|
|
2015-06-10 17:42:10 +00:00
|
|
|
post-install:
|
|
|
|
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/nagircbot
|
|
|
|
|
2009-01-06 17:59:31 +00:00
|
|
|
.include <bsd.port.mk>
|