diff options
author | Daniel Engberg <diizzy@FreeBSD.org> | 2023-10-22 09:38:39 +0000 |
---|---|---|
committer | Daniel Engberg <diizzy@FreeBSD.org> | 2023-10-22 09:54:20 +0000 |
commit | 30eeff99e4251106ae3d1b560111aab96b3af25a (patch) | |
tree | 8e25c73f88569166a9e5b576232fd175c7ed941c | |
parent | d34fa208dab470758e742b5b6b90846048145446 (diff) | |
download | ports-30eeff99e4251106ae3d1b560111aab96b3af25a.tar.gz ports-30eeff99e4251106ae3d1b560111aab96b3af25a.zip |
emulators/ines: Deprecate and set expiration date to 2023-11-30
Only supprots i386 and there are better alternatives available such as
emulators/higan or puNES (not ported yet)
-rw-r--r-- | emulators/ines/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/emulators/ines/Makefile b/emulators/ines/Makefile index 200871f5b7fe..8ef988c34c83 100644 --- a/emulators/ines/Makefile +++ b/emulators/ines/Makefile @@ -10,6 +10,9 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Nintendo Entertainment System emulator for X11 WWW= https://fms.komkon.org/iNES/ +DEPRECATED= Ancient NES emulator that only works on i386, consider using emulators/higan +EXPIRATION_DATE=2023-11-30 + LIB_DEPENDS= libc.so.5:misc/compat5x ONLY_FOR_ARCHS= i386 |