blob: 3552be0f41c4ee67482590ac51b2f8c2f0703268 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# 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.mk>
|