mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
20 lines
397 B
Makefile
20 lines
397 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
|
|
|
|
post-install:
|
|
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/sbin/ipfm
|
|
|
|
.include <bsd.port.mk>
|