aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/nagircbot/Makefile
diff options
context:
space:
mode:
authorLi-Wen Hsu <lwhsu@FreeBSD.org>2007-07-06 07:15:08 +0000
committerLi-Wen Hsu <lwhsu@FreeBSD.org>2007-07-06 07:15:08 +0000
commit430a488d9741a8800f7ee9f2f5cb1e95f21c00cb (patch)
treeb397db0b9969bb73b3f6ae71cc83734918ea32ba /net-mgmt/nagircbot/Makefile
parentc119f2af3cbfdb7cd88bb43f21dbc10e7ad5f124 (diff)
Notes
Diffstat (limited to 'net-mgmt/nagircbot/Makefile')
-rw-r--r--net-mgmt/nagircbot/Makefile28
1 files changed, 28 insertions, 0 deletions
diff --git a/net-mgmt/nagircbot/Makefile b/net-mgmt/nagircbot/Makefile
new file mode 100644
index 000000000000..9090f4a1f9e5
--- /dev/null
+++ b/net-mgmt/nagircbot/Makefile
@@ -0,0 +1,28 @@
+# New ports collection makefile for: backupninja
+# Date created: 7 june 2006
+# Whom: anarcat
+#
+# $FreeBSD$
+#
+
+PORTNAME= nagircbot
+PORTVERSION= 0.0.20
+CATEGORIES= net-mgmt irc
+MASTER_SITES= http://www.vanheusden.com/nagircbot/
+EXTRACT_SUFX= .tgz
+
+MAINTAINER= anarcat@anarcat.ath.cx
+COMMENT= IRC bot for Nagios
+
+USE_GMAKE= yes
+USE_RC_SUBR= nagircbot
+
+PLIST_FILES= bin/nagircbot
+
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 600000
+IGNORE= need at least FreeBSD-6
+.endif
+
+.include <bsd.port.post.mk>