freebsd-ports/net-mgmt/nocol/Makefile
Garrett Wollman 60aab66567 Say hello to the new "net-mgmt" category. There are probably more
ports that belong here than the ones I have identified and moved in
this, first, pass.

Approved in principle by: marcus
2004-02-23 04:42:13 +00:00

33 lines
766 B
Makefile

# New ports collection makefile for: NOCOL
# Date created: 21 Nov 1998
# Whom: bradh
#
# $FreeBSD$
#
PORTNAME= nocol
PORTVERSION= 4.3
PORTREVISION= 1
CATEGORIES= net-mgmt
MASTER_SITES= http://www.netplex-tech.com/software/downloads/nocol/
MAINTAINER= bradh@uunet.co.za
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.
post-install:
@cd ${WRKSRC} && make root
.include <bsd.port.mk>