1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
freebsd-ports/net-mgmt/ipfm/Makefile
Vanilla I. Shu c11c0ad9f8 Stagify.
2014-07-29 13:10:24 +00:00

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>