aboutsummaryrefslogtreecommitdiff
path: root/sysutils/iograph/Makefile
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2008-01-23 09:32:24 +0000
committerMartin Wilke <miwi@FreeBSD.org>2008-01-23 09:32:24 +0000
commit5a3f75204ab3b3ec099a366cc180e357f82a0ada (patch)
tree59b4f8bdaf6b9e6f3464abdbe1b0159a0250832f /sysutils/iograph/Makefile
parent5538579020139a671917baddfe1ccfcc152c90ed (diff)
Notes
Diffstat (limited to 'sysutils/iograph/Makefile')
-rw-r--r--sysutils/iograph/Makefile26
1 files changed, 26 insertions, 0 deletions
diff --git a/sysutils/iograph/Makefile b/sysutils/iograph/Makefile
new file mode 100644
index 000000000000..40debe0482ed
--- /dev/null
+++ b/sysutils/iograph/Makefile
@@ -0,0 +1,26 @@
+# 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>