aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt/ipfm/Makefile
blob: 3a185a26d65fe1397c85592d85384e9a6a3f4ea8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# 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

MAN5=       ipfm.conf.5
MAN8=       ipfm.8

NO_STAGE=   yes
post-install:
    @${STRIP_CMD} ${PREFIX}/sbin/ipfm

.include <bsd.port.mk>