summaryrefslogtreecommitdiff
path: root/net-mgmt/nocol/Makefile
blob: 62f43e3da24f77e65d313c0b9021fb9c7b5dba70 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# Created by: bradh
# $FreeBSD$

PORTNAME=	nocol
PORTVERSION=	4.3.1
CATEGORIES=	net-mgmt
MASTER_SITES=	http://www.netplex-tech.com/software/downloads/nocol/

DEPRECATED=	Unmaintained interactive port
EXPIRATION_DATE=2014-08-20

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Network/Service monitoring software

MANPREFIX=	${PREFIX}/nocol/
MAN1=		netconsole.1
MAN3=		nocol-prog.3 perlnocol.3
MAN8=		etherload.8 eventselect.8 genmon.8 multiping.8 noclogd.8 \
		nocol-overview.8 nocol-utility.8 nsmon.8 ntpmon.8 pingmon.8 \
		portmon.8 tpmon.8 trapmon.8

IS_INTERACTIVE=	yes
GNU_CONFIGURE=	yes
CONFIGURE_SCRIPT=	Configure

NO_PACKAGE=	Hostname is needed.

NO_STAGE=	yes
post-install:
		@cd ${WRKSRC} && make root

.include <bsd.port.mk>