blob: bf9109f8609cc1e916c9063e1b556de21abcf5a6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
# 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= 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
.include <bsd.port.mk>
|