mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
emulators/yuzu: change LICENSE prohibiting redistribution
Stop distfile and package redistribution for now. See also: https://www.wired.com/story/nintendo-switch-emulator-yuzu-lawsuit-24-million-dollar-settlement/
This commit is contained in:
parent
1900b840b5
commit
df375e19a7
1 changed files with 14 additions and 6 deletions
|
@ -1,5 +1,7 @@
|
|||
PORTNAME= yuzu
|
||||
PORTVERSION= s20240227
|
||||
PORTREVISION= 1
|
||||
|
||||
CATEGORIES= emulators wayland
|
||||
.if make(makesum)
|
||||
MASTER_SITES= https://api.yuzu-emu.org/gamedb/?dummy=/:gamedb
|
||||
|
@ -13,12 +15,18 @@ MAINTAINER= jbeich@FreeBSD.org
|
|||
COMMENT= Nintendo Switch emulator/debugger
|
||||
WWW= https://yuzu-emu.org/
|
||||
|
||||
LICENSE= APACHE20 BSD3CLAUSE GPLv3+ ISCL MIT UNLICENSE
|
||||
LICENSE_COMB= multi
|
||||
LICENSE_FILE_BSD3CLAUSE=${WRKSRC}/externals/sirit/LICENSE.txt
|
||||
LICENSE_FILE_GPLv3+ = ${WRKSRC}/LICENSE.txt
|
||||
LICENSE_FILE_ISCL= ${WRKSRC}/externals/cubeb/LICENSE
|
||||
LICENSE_FILE_MIT= ${WRKSRC}/externals/sirit/externals/SPIRV-Headers/LICENSE
|
||||
#LICENSE= APACHE20 BSD3CLAUSE GPLv3+ ISCL MIT UNLICENSE
|
||||
#LICENSE_COMB= multi
|
||||
#LICENSE_FILE_BSD3CLAUSE=${WRKSRC}/externals/sirit/LICENSE.txt
|
||||
#LICENSE_FILE_GPLv3+ = ${WRKSRC}/LICENSE.txt
|
||||
#LICENSE_FILE_ISCL= ${WRKSRC}/externals/cubeb/LICENSE
|
||||
#LICENSE_FILE_MIT= ${WRKSRC}/externals/sirit/externals/SPIRV-Headers/LICENSE
|
||||
|
||||
LICENSE= yuzu
|
||||
LICENSE_NAME= yuzu license
|
||||
LICENSE_TEXT= No redistribution
|
||||
|
||||
LICENSE_PERMS= no-dist-mirror no-dist-sell no-pkg-mirror no-pkg-sell no-auto-accept
|
||||
|
||||
ONLY_FOR_ARCHS= aarch64 amd64
|
||||
ONLY_FOR_ARCHS_REASON= requires int128 and dynarmic backend
|
||||
|
|
Loading…
Add table
Reference in a new issue