diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2021-05-04 11:32:20 +0200 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2021-05-06 13:47:48 +0200 |
commit | 3505159e72da2d8313ce2a8ddc527de700b5bc37 (patch) | |
tree | 6e7cd781796c6e5b68376fd16061dc733c4b60ab /games/xrick | |
parent | Deorbit RESTRICTED && NO_CDROM, part one. (diff) |
Deorbit RESTRICTED && NO_CDROM, part two.
Move ports to the licenses framework.
RESTRICTED → auto-accept (unless expressly stated otherwise)
NO_CDROM → dist-mirror pkg-mirror auto-accept
Differential Revision: https://reviews.freebsd.org/D30010
Diffstat (limited to 'games/xrick')
-rw-r--r-- | games/xrick/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/games/xrick/Makefile b/games/xrick/Makefile index 37d5ea7ed909..2d6121594449 100644 --- a/games/xrick/Makefile +++ b/games/xrick/Makefile @@ -9,7 +9,12 @@ MASTER_SITES= http://www.bigorno.net/xrick/ MAINTAINER= ports@FreeBSD.org COMMENT= Clone of Rick Dangerous -RESTRICTED= Copyright status of the graphics and sounds is uncertain +# Converted from RESTRICTED +LICENSE= xrick +LICENSE_NAME= xrick +LICENSE_TEXT= Copyright status of the graphics and sounds is uncertain +LICENSE_PERMS= auto-accept + USES= gmake jpeg sdl tar:tgz USE_SDL= sdl |