mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
fefaf4a726
1 month.
35 lines
788 B
Makefile
35 lines
788 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-mgmt
|
|
MASTER_SITES= http://www.cs.ucsd.edu/~savage/sting/
|
|
DISTNAME= sting
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= A tool that measures end-to-end TCP connection characteristics
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
|
|
|
DEPRECATED= Broken on all supported versions of FreeBSD
|
|
EXPIRATION_DATE=2007-03-10
|
|
|
|
.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>
|