freebsd-ports/net-mgmt/sting/Makefile
Kris Kennaway 93872f18cc Move inclusion of bsd.port.pre.mk later in the file for conditional BROKEN
tag.  Early inclusion caused problems for some ports, so to be safe I'm
updating all of them.

Pointy hat to:	kris
2003-06-04 22:43:38 +00:00

31 lines
717 B
Makefile

# New ports collection makefile for: sting
# Date created: 10 May 2000
# Whom: benno@netizen.com.au
#
# $FreeBSD$
#
PORTNAME= sting
PORTVERSION= 0.7
CATEGORIES= net
MASTER_SITES= http://www.cs.washington.edu/homes/savage/sting/
DISTNAME= sting
MAINTAINER= ports@FreeBSD.org
COMMENT= A tool that measures end-to-end TCP connection characteristics
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 500113 || defined(IPFW2)
BROKEN= "Does not work with ipfw2"
.endif
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/sting ${PREFIX}/bin
.if !defined(NOPORTDOCS)
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/README.sting
.endif
.include <bsd.port.post.mk>