1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/net-mgmt/ipfm/Makefile
Marcelo Araujo dcc5f1aa94 - Return almost all of my ports back to the pool. I have no time to make any
necessary fixes on them for the past months.
2013-11-29 07:37:52 +00:00

24 lines
436 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= A 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>