freebsd-ports/net-mgmt/sting/Makefile
Will Andrews da5eed337a Add STING, a TCP-based network measurement tool that measures end-to-end
network path characteristics. sting is unique because it can estimate
one-way properties, such as loss rate, through careful manipulation and
observation of TCP behavior.

Since Benno submitted the port first, and since the patches are nearly
identical, Benno will get credit for creating the port.  However, since
Kelly offered to maintain it, he will get the job.

PRs:		18476, 18508
Submitted by:	Benno Rice <benno@netizen.com.au>,
		Kelly Yancey <kbyanc@posi.net>
2000-05-22 08:35:10 +00:00

25 lines
514 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= kbyanc@posi.net
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/sting ${PREFIX}/bin
.if !defined(NOPORTDOCS)
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/README.sting
.endif
.include <bsd.port.mk>