2002-07-15 23:31:06 +02:00
|
|
|
# New ports collection makefile for: nload
|
|
|
|
# Date created: 24 April 2002
|
|
|
|
# Whom: Olivier Tharan <olive@oban.frmug.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= nload
|
2002-09-03 23:07:15 +02:00
|
|
|
PORTVERSION= 0.5.0
|
2002-07-15 23:31:06 +02:00
|
|
|
CATEGORIES= net
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
|
|
|
|
MAINTAINER= olive@oban.frmug.org
|
2003-02-21 14:28:59 +01:00
|
|
|
COMMENT= Console application which monitors network traffic in real time
|
2002-07-15 23:31:06 +02:00
|
|
|
|
2002-09-03 23:07:15 +02:00
|
|
|
HAS_CONFIGURE= yes
|
2002-07-15 23:31:06 +02:00
|
|
|
|
|
|
|
MAN1= nload.1
|
|
|
|
MANCOMPRESSED= yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|