diff --git a/emulators/ines/Makefile b/emulators/ines/Makefile index 200871f5b7fe..8ef988c34c83 100644 --- a/emulators/ines/Makefile +++ b/emulators/ines/Makefile @@ -1,30 +1,33 @@ 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