freebsd-ports/net/ipfm/Makefile
Sergey A. Osokin f37f7775e3 Make portlint(1) happy by changing strip to ${STRIP_CMD}
Submitted by:	Oleg Karachevtsev <ok@etrust.ru>
PR:		56998
2003-09-24 09:37:11 +00:00

26 lines
489 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
MASTER_SITES= http://robert.cheramy.net/ipfm/archive/
EXTRACT_SUFX= .tgz
MAINTAINER= roman@xpert.com
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>