mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
b755f5de7b
Submitted by: Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw> Reviewed by: "Douglas K. Rand" <rand@meridian-enviro.com> (maintainer) Approved by: "Douglas K. Rand" <rand@meridian-enviro.com> (maintainer), lawrance (mentor)
22 lines
437 B
Makefile
22 lines
437 B
Makefile
# 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>
|