16 lines
336 B
Makefile
16 lines
336 B
Makefile
# Created by: Roman Shterenzon <roman@xpert.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= ipfm
|
|
PORTVERSION= 0.11.5
|
|
CATEGORIES= net-mgmt
|
|
MASTER_SITES= http://robert.cheramy.net/ipfm/archive/
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Bandwidth analysis tool
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --localstatedir=/var
|
|
|
|
.include <bsd.port.mk>
|