1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00
freebsd-ports/sysutils/iograph/Makefile
Martin Wilke 5a3f75204a iograph counts network traffic for one interface and creates an accounting
statistic by summing up the transfered bytes. Statistics are created hourly,
daily and monthly and are saved as static HTML files.

It is written in pure C without the need of external libraries, targetted to
be used in an embedded firewall system. A HTTP server is not included.

WWW: mdolze.gmxhome.de/iograph.shtml

PR:		ports/119841
Submitted by:	Markus Dolze
2008-01-23 09:32:24 +00:00

27 lines
503 B
Makefile

# New ports collection makefile for: iograph
# Date created: 28 September 2007
# Whom: Markus Dolze
#
# $FreeBSD$
#
PORTNAME= iograph
PORTVERSION= 0.9.1
CATEGORIES= sysutils
MASTER_SITES= http://mdolze.gmxhome.de/files/
MAINTAINER= bsdfan@nurfuerspam.de
COMMENT= Creates HTML statistics of network transfer
PLIST_FILES= bin/iograph \
%%DATADIR%%/in.gif \
%%DATADIR%%/out.gif \
%%DATADIR%%/iograph.gif
PLIST_DIRS= %%DATADIR%%
GNU_CONFIGURE= yes
MAN8= iograph.8
.include <bsd.port.mk>