mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-17 03:25:46 +00:00
09f6cf8bee
days his MTA also remains unresponsive [1]. [1] Unable to deliver to destination domain Failed to deliver to domain oven.org after 73 tries. The last error was: CantConnectToHost Approved by: portmgr (linimon)
27 lines
496 B
Makefile
27 lines
496 B
Makefile
# New ports collection makefile for: ipfm
|
|
# Date Created: 4 Mar 2000
|
|
# Whom: 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
|
|
|
|
post-install:
|
|
@${STRIP_CMD} ${PREFIX}/sbin/ipfm
|
|
|
|
.include <bsd.port.mk>
|