blob: 3125f3527880d64ebe1004ad624ef4a462137e10 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# New ports collection makefile for: ppptraf
# Date created: 9 February 2000
# Whom: diskiller@cnbinc.com
#
# $FreeBSD$
#
PORTNAME= ppptraf
PORTVERSION= 1.0
CATEGORIES= net
MASTER_SITES= http://people.FreeBSD.org/~dburr/distfiles/
MAINTAINER= ports@FreeBSD.org
COMMENT= A ncurses based PPP Traffic (bytes in/out) monitoring program
DEPRECATED= "author has abandoned this program"
#MAN1= ppptraf.1
.include <bsd.port.mk>
|