summaryrefslogtreecommitdiff
path: root/net-mgmt/nocol/Makefile
diff options
context:
space:
mode:
authorSeiichirou Hiraoka <flathill@FreeBSD.org>1998-11-23 00:35:43 +0000
committerSeiichirou Hiraoka <flathill@FreeBSD.org>1998-11-23 00:35:43 +0000
commitf5a70f14658b0d174cbb9ec5c0b35739a5025c7a (patch)
tree63b539362840eba71cb82066a7548071ba494d6b /net-mgmt/nocol/Makefile
parentMake port's Makefile to pass $PERL5 to the scripts/pre-configure, (diff)
PR: ports/8801
Submitted by: bradh@iafrica.com Initial Import nocol. Network/Service monitoring software.
Notes
Notes: svn path=/head/; revision=14781
Diffstat (limited to 'net-mgmt/nocol/Makefile')
-rw-r--r--net-mgmt/nocol/Makefile29
1 files changed, 29 insertions, 0 deletions
diff --git a/net-mgmt/nocol/Makefile b/net-mgmt/nocol/Makefile
new file mode 100644
index 000000000000..5184197c5c8b
--- /dev/null
+++ b/net-mgmt/nocol/Makefile
@@ -0,0 +1,29 @@
+# New ports collection makefile for: NOCOL
+# Version required: 4.2.2beta1
+# Date created: 21 Nov 1998
+# Whom: bradh
+#
+# $Id$
+#
+
+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
+
+GNU_CONFIGURE= yes
+CONFIGURE_SCRIPT= Configure
+
+post-install:
+ @cd ${WRKSRC} && make root
+
+.include <bsd.port.mk>