freebsd-ports/net/traffic/Makefile
Alexey Dokuchaev 2a4b804c71 Add traffic, a program which counts bandwidth usage by IP.
PR:		ports/81970
Submitted by:	Krzysztof Pawlowski <msciciel(at)darkzone.ma.cx>
2005-06-07 10:41:21 +00:00

22 lines
481 B
Makefile

# 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>