blob: bcadd366f68a56dd192e4402ba825844274f80ac (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# ports collection makefile for: nagcon
# Date created: Wed Mar 29 20:41:02 CST 2006
# Whom: Douglas K. Rand <rand@meridian-enviro.com>
#
# $FreeBSD$
#
PORTNAME= nagcon
PORTVERSION= 0.0.15
PORTREVISION= 1
CATEGORIES= net-mgmt
MASTER_SITES= http://www.vanheusden.com/nagcon/
EXTRACT_SUFX= .tgz
MAINTAINER= rand@meridian-enviro.com
COMMENT= Nagios 2.0 console monitor
USE_GMAKE= YES
PLIST_FILES= bin/nagcon
.include <bsd.port.mk>
|