emulators/ines: Remove expired port
2023-11-30 emulators/ines: Ancient NES emulator that only works on i386, consider using emulators/higan
This commit is contained in:
parent
240498970a
commit
f686bdd0dd
6 changed files with 1 additions and 45 deletions
1
MOVED
1
MOVED
|
@ -8126,3 +8126,4 @@ java/wildfly25||2023-12-02|Has expired: End of life upstream
|
|||
net/gupnp-ui||2023-12-02|Has expired: Depends on deprecated port net/gupnp14
|
||||
graphics/R-cran-rtiff||2023-12-02|Has expired: Fails to build and abandoned upstream
|
||||
games/iagno||2023-12-02|Has expired: BROKEN for more than a year and no upstream activity for the last 2 years
|
||||
emulators/ines||2023-12-02|Has expired: Ancient NES emulator that only works on i386, consider using emulators/higan
|
||||
|
|
|
@ -49,7 +49,6 @@
|
|||
SUBDIR += higan
|
||||
SUBDIR += hugo
|
||||
SUBDIR += hv_kvp_cmd
|
||||
SUBDIR += ines
|
||||
SUBDIR += javatari
|
||||
SUBDIR += joytran
|
||||
SUBDIR += jzintv
|
||||
|
|
|
@ -1,33 +0,0 @@
|
|||
PORTNAME= ines
|
||||
PORTVERSION= 3.0
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= emulators
|
||||
MASTER_SITES= http://fms.komkon.org/iNES/
|
||||
DISTNAME= iNES30-FreeBSD-80x86-bin
|
||||
EXTRACT_SUFX= .tar.Z
|
||||
|
||||
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
|
||||
ONLY_FOR_ARCHS_REASON= is an i386 binary
|
||||
|
||||
NO_WRKSUBDIR= yes
|
||||
USES= xorg
|
||||
USE_XORG= x11 xext
|
||||
NO_BUILD= yes
|
||||
STRIP=
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/ines ${STAGEDIR}${PREFIX}/bin
|
||||
@${MKDIR} ${STAGEDIR}${DATADIR}
|
||||
(cd ${WRKSRC} && ${INSTALL_DATA} iNES.html CART.NES *.pal \
|
||||
${STAGEDIR}${DATADIR})
|
||||
|
||||
.include <bsd.port.mk>
|
|
@ -1,2 +0,0 @@
|
|||
SHA256 (iNES30-FreeBSD-80x86-bin.tar.Z) = e8d057a0b64d116aa0cc5a6c8a6d2f78f3cbf2b15964c4a6a1bb22d5ffd24f7d
|
||||
SIZE (iNES30-FreeBSD-80x86-bin.tar.Z) = 154268
|
|
@ -1,4 +0,0 @@
|
|||
iNES is the Nintendo Entertainment System emulator for X Window System.
|
||||
|
||||
You must buy cartridges and get raw images from them to use this emulator.
|
||||
When ines make core and die, try -noshm option.
|
|
@ -1,5 +0,0 @@
|
|||
bin/ines
|
||||
%%DATADIR%%/iNES.html
|
||||
%%DATADIR%%/CART.NES
|
||||
%%DATADIR%%/Covell.pal
|
||||
%%DATADIR%%/Old-iNES.pal
|
Loading…
Reference in a new issue