diff options
-rw-r--r-- | emulators/fmsx/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/emulators/fmsx/Makefile b/emulators/fmsx/Makefile index 6d08e6c87567..8150075bc458 100644 --- a/emulators/fmsx/Makefile +++ b/emulators/fmsx/Makefile @@ -14,12 +14,12 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Portable MSX/MSX2/MSX2+ Emulator WWW= https://fms.komkon.org/fMSX/ -LICENSE= UNKNOWN -LICENSE_NAME= unknown +LICENSE= fMSX +LICENSE_NAME= fMSX License LICENSE_TEXT= This program is NOT in public domain.\ It can be freely distributed for non-commercial purposes only. \ - Legal status of distributed ROM images is unclear. -LICENSE_PERMS= none + Legal status of distributed ROM images is unclear (abadonware). +LICENSE_PERMS= dist-mirror no-dist-sell pkg-mirror no-pkg-sell auto-accept USES= dos2unix gmake xorg zip USE_XORG= x11 xext |