freebsd-ports/net-mgmt/nocol/Makefile

39 lines
950 B
Makefile
Raw Normal View History

# New ports collection makefile for: NOCOL
# Date created: 21 Nov 1998
# Whom: bradh
#
1999-08-30 16:24:37 +02:00
# $FreeBSD$
#
PORTNAME= nocol
PORTVERSION= 4.3.1
CATEGORIES= net-mgmt
MASTER_SITES= http://www.netplex-tech.com/software/downloads/nocol/
MAINTAINER= nivo+kw+ports.bfa274@is-root.com
2003-02-21 14:28:59 +01:00
COMMENT= Network/Service monitoring software
MANPREFIX= ${TARGETDIR}/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
1999-07-04 23:25:58 +02:00
IS_INTERACTIVE= yes
GNU_CONFIGURE= yes
CONFIGURE_SCRIPT= Configure
1998-11-23 01:43:40 +01:00
NO_PACKAGE= Hostname is needed.
post-install:
@cd ${WRKSRC} && make root
2006-09-03 02:39:55 +02:00
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 601104 && ${OSVERSION} < 602101
BROKEN= Does not compile on some FreeBSD 6.x versions, please update to 6.2R or later
2006-09-03 02:39:55 +02:00
.endif
.include <bsd.port.post.mk>