mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-19 03:52:17 +00:00
24 lines
457 B
Makefile
24 lines
457 B
Makefile
# Created by: anarcat@anarcat.ath.cx
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= nagircbot
|
|
PORTVERSION= 0.0.33
|
|
PORTREVISION= 2
|
|
CATEGORIES= net-mgmt irc
|
|
MASTER_SITES= http://www.vanheusden.com/nagircbot/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= IRC bot for Nagios
|
|
|
|
USES= gmake ssl tar:tgz
|
|
USE_RC_SUBR= nagircbot
|
|
CFLAGS+= -I${OPENSSLINC}
|
|
LDFLAGS+= -L${OPENSSLLIB}
|
|
|
|
PLIST_FILES= bin/nagircbot
|
|
|
|
post-install:
|
|
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/nagircbot
|
|
|
|
.include <bsd.port.mk>
|