mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
27 lines
458 B
Makefile
27 lines
458 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= BSD
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
PLIST_FILES= bin/iograph \
|
|
%%DATADIR%%/in.gif \
|
|
%%DATADIR%%/out.gif \
|
|
%%DATADIR%%/iograph.gif
|
|
PLIST_DIRS= %%DATADIR%%
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
MAN8= iograph.8
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|