mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
831a7ec352
- Add LICENSE (BSD) - Remove MD5 checksum PR: ports/155314 Submitted by: Markus Dolze <bsdfan@nurfuerspam.de> (maintainer)
30 lines
528 B
Makefile
30 lines
528 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= 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>
|