1 2 3PORTNAME= nttcp 4PORTVERSION= 1.47 5PORTREVISION= 3 6CATEGORIES= benchmarks net 7MASTER_SITES= http://freeware.sgi.com/source/nttcp/ \ 8 http://reality.sgiweb.org/freeware/source/nttcp/ \ 9 FREEBSD_LOCAL/martymac 10 11MAINTAINER= ports@MidnightBSD.org 12COMMENT= Client/server program for testing network performance 13 14LICENSE= nttcp 15LICENSE_NAME= nttcp license 16LICENSE_TEXT= This code was written and is copyrighted 1996,1997,1998 by \ 17 Elmar Bartel \ 18 Institut fuer Informatik \ 19 Technische Universitaet Muenchen \ 20 bartel@informatik.tu-muenchen.de \ 21 Permission to use, copy, modify and distribute this software \ 22 and its documentation for any purpose, except making money+, is \ 23 herby granted, provided that the above copyright notice and \ 24 this permission appears in all places, where this code is \ 25 referenced or used literally. 26LICENSE_PERMS= dist-mirror pkg-mirror 27 28RESTRICTED= No commercial use 29 30ALL_TARGET= nttcp 31USES= gmake 32PLIST_FILES= bin/nttcp man/man1/nttcp.1.gz 33MAKE_ENV+= OPT="${CFLAGS}" 34NOPRECIOUSMAKEVARS=yes 35 36do-install: 37 ${INSTALL_PROGRAM} ${WRKSRC}/nttcp ${PREFIX}/bin/ 38 ${INSTALL_MAN} ${WRKSRC}/nttcp.1 ${PREFIX}/man/man1/ 39 40.include <bsd.port.mk> 41