1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/net-mgmt/nocol/Makefile
Neil Blakey-Milner 4c53fad4c0 Upgrade to newer and available version. Port still doesn't play nicely
with DESTDIR and such.

PR:		16575
Submitted by:	maintainer
2000-02-08 09:43:56 +00:00

32 lines
722 B
Makefile

# New ports collection makefile for: NOCOL
# Version required: 4.3
# Date created: 21 Nov 1998
# Whom: bradh
#
# $FreeBSD$
#
DISTNAME= nocol-4.3
CATEGORIES= net
MASTER_SITES= http://www.netplex-tech.com/software/nocol/downloads/
MAINTAINER= bradh@uunet.co.za
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>