aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/nocol/Makefile
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>1999-12-17 08:18:04 +0000
committercvs2svn <cvs2svn@FreeBSD.org>1999-12-17 08:18:04 +0000
commitc9725fb85b442f5229246e7b4e1c53e913dbbb90 (patch)
treee00c7b9a13c8748065f79c57e9e81d9a1239e743 /net-mgmt/nocol/Makefile
parentee7f9aa44a92849ab34d5b387a3d79f974023b65 (diff)
Notes
Diffstat (limited to 'net-mgmt/nocol/Makefile')
-rw-r--r--net-mgmt/nocol/Makefile32
1 files changed, 0 insertions, 32 deletions
diff --git a/net-mgmt/nocol/Makefile b/net-mgmt/nocol/Makefile
deleted file mode 100644
index b410935355e0..000000000000
--- a/net-mgmt/nocol/Makefile
+++ /dev/null
@@ -1,32 +0,0 @@
-# New ports collection makefile for: NOCOL
-# Version required: 4.2.2beta1
-# Date created: 21 Nov 1998
-# Whom: bradh
-#
-# $FreeBSD$
-#
-
-DISTNAME= nocol-4.2.2beta1
-PKGNAME= nocol-4.2.2b1
-CATEGORIES= net
-MASTER_SITES= http://www.netplex-tech.com/software/nocol/downloads/
-
-MAINTAINER= bradh@iafrica.com
-
-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>