[Midnightbsd-cvs] mports [17839] trunk/benchmarks/nttcp/Makefile: fix license

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Tue Nov 11 20:39:31 EST 2014


Revision: 17839
          http://svnweb.midnightbsd.org/mports/?rev=17839
Author:   laffer1
Date:     2014-11-11 20:39:31 -0500 (Tue, 11 Nov 2014)
Log Message:
-----------
fix license

Modified Paths:
--------------
    trunk/benchmarks/nttcp/Makefile

Modified: trunk/benchmarks/nttcp/Makefile
===================================================================
--- trunk/benchmarks/nttcp/Makefile	2014-11-12 01:35:31 UTC (rev 17838)
+++ trunk/benchmarks/nttcp/Makefile	2014-11-12 01:39:31 UTC (rev 17839)
@@ -2,20 +2,33 @@
 
 PORTNAME=	nttcp
 PORTVERSION=	1.47
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	benchmarks net
 MASTER_SITES=	http://freeware.sgi.com/source/nttcp/ \
 		http://reality.sgiweb.org/freeware/source/nttcp/
 
 MAINTAINER=	ports at MidnightBSD.org
-COMMENT=	A client/server program for testing network performance
+COMMENT=	Client/server program for testing network performance
 
-LICENSE=	restricted
+LICENSE=        nttcp
+LICENSE_NAME=   nttcp license
+LICENSE_TEXT=	This code was written and is copyrighted 1996,1997,1998 by \
+        Elmar Bartel \
+        Institut fuer Informatik \
+        Technische Universitaet Muenchen \
+        bartel at informatik.tu-muenchen.de \
+  Permission to use, copy, modify and distribute this software \
+  and its documentation for any purpose, except making money+, is \
+  herby granted, provided that the above copyright notice and \
+  this permission appears in all places, where this code is \
+  referenced or used literally.
+LICENSE_PERMS=  dist-mirror pkg-mirror
 
+RESTRICTED=	No commercial use
+
 ALL_TARGET=	nttcp
-MAN1=		nttcp.1
-PLIST_FILES=	bin/nttcp
-USE_GMAKE=	yes
+USES=		gmake
+PLIST_FILES=	bin/nttcp man/man1/nttcp.1.gz
 MAKE_ENV+=	OPT="${CFLAGS}"
 NOPRECIOUSMAKEVARS=yes
 



More information about the Midnightbsd-cvs mailing list