diff options
author | eadler <eadler@FreeBSD.org> | 2013-03-25 07:37:56 +0800 |
---|---|---|
committer | eadler <eadler@FreeBSD.org> | 2013-03-25 07:37:56 +0800 |
commit | 0e69e6dfbf24168f08cecbd6ba26ccd0ba448f18 (patch) | |
tree | a4d02e250a2af81cad21b7047fa11d3e0b3ef32b /games | |
parent | 87d0eb6de6af5abee1abecbf33ebbddcb9911d90 (diff) | |
download | freebsd-ports-gnome-0e69e6dfbf24168f08cecbd6ba26ccd0ba448f18.tar.gz freebsd-ports-gnome-0e69e6dfbf24168f08cecbd6ba26ccd0ba448f18.tar.zst freebsd-ports-gnome-0e69e6dfbf24168f08cecbd6ba26ccd0ba448f18.zip |
LEGAL only indicates that the license is "restrictive" but does not make it clear how so. Assume the worst and don't permit any use of the distfile.
Approved by: portmgr (implicit)
Diffstat (limited to 'games')
-rw-r--r-- | games/linux-quake3-demo/Makefile | 13 | ||||
-rw-r--r-- | games/linux-quake3/Makefile | 10 |
2 files changed, 10 insertions, 13 deletions
diff --git a/games/linux-quake3-demo/Makefile b/games/linux-quake3-demo/Makefile index 51e31cc9d456..a41b8c170553 100644 --- a/games/linux-quake3-demo/Makefile +++ b/games/linux-quake3-demo/Makefile @@ -1,12 +1,5 @@ -# New ports collection makefile for: linux-q3ademo -# Date created: 11 December 2000 -# Whom: Marc van Woerkom <3d@freebsd.org> -# -# - inspired by linux realplayer 7 port -# - special thanks to the Emacs key board macro -# +# Created by: Marc van Woerkom <3d@freebsd.org> # $FreeBSD$ -# PORTNAME= quake3 DISTVERSION= 1.11-6 @@ -22,6 +15,10 @@ EXTRACT_SUFX= .gz.sh MAINTAINER= ports@FreeBSD.org COMMENT= Quake III Arena Demo +RESTRICTED= Restrictive license by Loki Software +NO_CDROM= ${RESTRICTED} +NO_PACKAGE= ${RESTRICTED} + USE_LINUX= yes USE_LINUX_APPS+=dri NO_BUILD= yes diff --git a/games/linux-quake3/Makefile b/games/linux-quake3/Makefile index cc9f98dcaee9..77a24da90451 100644 --- a/games/linux-quake3/Makefile +++ b/games/linux-quake3/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: Quake 3 Arena Dedicated Server -# Date created: Sun Jun 3 00:52:38 EDT 2001 -# Whom: pat@databits.net -# +# Created by: pat@databits.net # $FreeBSD$ -# PORTNAME= quake3 PORTVERSION= 1.32c @@ -22,6 +18,10 @@ USE_ZIP= yes USE_LINUX= yes NO_WRKSUBDIR= yes +RESTRICTED= Restrictive license by Loki Software +NO_CDROM= ${RESTRICTED} +NO_PACKAGE= ${RESTRICTED} + OPTIONS_MULTI= TYPE OPTIONS_MULTI_TYPE= CLIENT DEDICATED SMP OPTIONS_DEFINE= PUNKBUSTER DOCS |