51378f7b19
cnd or console network display is a curses based real time display of a networks input and output. PR: ports/64155 Submitted by: Daniel Bryan <sisko@bsdmail.com>
16 lines
320 B
Makefile
16 lines
320 B
Makefile
# New ports collection makefile for: cnd
|
|
# Date created: 12 March 2004
|
|
# Whom: Daniel Bryan <sisko@bsdmail.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= cnd
|
|
PORTVERSION= 0.1
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://members.iinet.net.au/~lynx/cnd/
|
|
|
|
MAINTAINER= sisko@bsdmail.com
|
|
COMMENT= Console network display
|
|
|
|
.include <bsd.port.mk>
|