0b58c0895e
PR: ports/190395 Submitted by: "Markus Dolze" <bsdfan@nurfuerspam.de> (maintainer)
24 lines
459 B
Makefile
24 lines
459 B
Makefile
# Created by: Markus Dolze
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= iograph
|
|
PORTVERSION= 0.9.1
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= SF/iograph
|
|
|
|
MAINTAINER= bsdfan@nurfuerspam.de
|
|
COMMENT= Creates HTML statistics of network transfer
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
PLIST_FILES= bin/iograph \
|
|
man/man8/iograph.8.gz \
|
|
%%DATADIR%%/in.gif \
|
|
%%DATADIR%%/out.gif \
|
|
%%DATADIR%%/iograph.gif
|
|
PLIST_DIRS= %%DATADIR%%
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include <bsd.port.mk>
|