1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-13 03:03:15 +00:00
freebsd-ports/net/ipfm/Makefile
2003-02-21 13:28:59 +00:00

26 lines
445 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.4
CATEGORIES= net
MASTER_SITES= http://robert.cheramy.net/ipfm/archive/
EXTRACT_SUFX= .tgz
MAINTAINER= roman@xpert.com
COMMENT= A bandwidth analysis tool
GNU_CONFIGURE= yes
MAN5= ipfm.conf.5
MAN8= ipfm.8
post-install:
@strip ${PREFIX}/sbin/ipfm
.include <bsd.port.mk>