freebsd-ports/games/libretro-snes9x/Makefile
Loïc Bartoletti a0f8b13572 games/libretro-*: Update libretro cores and fix path
Update cores and fix path.
Some users complain than cores are installed in libexec instead of lib where RetroArch looks. So emulators will work out of box.

PR:	246067
Submitted by:	menelkir@itroll.org (maintainer)
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D24820
2020-05-16 06:03:41 +00:00

35 lines
789 B
Makefile

# $FreeBSD$
PORTNAME= libretro-snes9x
PORTVERSION= 0.20200504
CATEGORIES= games
MAINTAINER= menelkir@itroll.org
COMMENT= Snes9x - Portable Super Nintendo emulator
LICENSE= PS
LICENSE_NAME= PS
LICENSE_FILE= ${WRKSRC}/LICENSE
LICENSE_PERMS= dist-mirror pkg-mirror auto-accept
BROKEN_FreeBSD_11= linker error: unrecognized option '-plugin'
USES= compiler:c++11-lib gmake
USE_LDCONFIG= yes
NO_CDROM= Commercial users must seek permission from copyright holders.
USE_GITHUB= yes
GH_ACCOUNT= libretro
GH_PROJECT= snes9x
GH_TAGNAME= 6db918c
PLIST_FILES= lib/libretro/snes9x_libretro.so
MAKEFILE= Makefile.freebsd
do-install:
${MKDIR} ${STAGEDIR}/${PREFIX}/lib/libretro;
${INSTALL_LIB} ${WRKSRC}/libretro/snes9x_libretro.so ${STAGEDIR}/${PREFIX}/lib/libretro;
.include <bsd.port.mk>