blob: 4ef2adc1d4b04d9055ebd8d2640822ef3bb65b10 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# New ports collection makefile for: Traffic Analyzer
# Date created: 6 June 2005
# Whom: Krzysztof Pawlowski <msciciel@darkzone.ma.cx>
#
# $FreeBSD$
#
PORTNAME= traffic
DISTVERSION= 0.1rc4
CATEGORIES= net
MASTER_SITES= http://darkzone.ma.cx/resources/unix/traffic/
MAINTAINER= msciciel@darkzone.ma.cx
COMMENT= The main goal of this program is to count bandwidth usage by IP
GNU_CONFIGURE= yes
PLIST_FILES= bin/traffic
MAN1= traffic.1
.include <bsd.port.mk>
|