Index: head/emulators/mesen/Makefile =================================================================== --- head/emulators/mesen/Makefile (nonexistent) +++ head/emulators/mesen/Makefile (revision 505721) @@ -0,0 +1,89 @@ +# $FreeBSD$ + +PORTNAME= mesen +DISTVERSION= 0.9.8-4 +DISTVERSIONSUFFIX= -g4c701ad6 +CATEGORIES= emulators + +MAINTAINER= greg@unrelenting.technology +COMMENT= Cross-platform Nintendo Entertainment System (NES/Famicom) emulator + +LICENSE= GPLv3 + +# ARM/MIPS are only supported on Android +ONLY_FOR_ARCHS= amd64 i386 + +BUILD_DEPENDS= zip:archivers/zip \ + evdev-proto>0:devel/evdev-proto \ + msbuild:devel/msbuild +LIB_DEPENDS= libevdev.so:devel/libevdev \ + libgdiplus.so:x11-toolkits/libgdiplus + +USES= compiler:c++14-lang gmake pkgconfig +USE_GITHUB= yes +GH_ACCOUNT= SourMesen +GH_PROJECT= Mesen +USE_SDL= sdl2 +MAKEFILE= makefile +MAKE_ARGS= MESENPLATFORM=${MESEN_ARCH} \ + CC="${CC}" CPPC="${CXX}" \ + SYSTEM_LIBEVDEV=true +MESEN_ARCH= ${ARCH:S/amd64/x64/:S/i386/x86/} + +.if exists(/usr/lib/libc++fs.a) +MAKE_ARGS+= FSLIB=-lc++fs +.elif exists(/usr/lib/libc++experimental.a) +# XXX Remove after FreeBSD 12.0 EOL +MAKE_ARGS+= FSLIB=-lc++experimental +.else +# XXX Remove after FreeBSD 11.2 EOL +USE_GCC= yes +.endif + +# XXX Always enable LTO after FreeBSD 11.2 and 12.0 EOL +.if defined(USE_GCC) || (${/usr/bin/ld:L:tA} == /usr/bin/ld.lld) +MAKE_ARGS+= LTO=true +.endif + +OPTIONS_MULTI= FRONTENDS +OPTIONS_MULTI_FRONTENDS= MONO LIBRETRO +OPTIONS_DEFAULT= MONO LIBRETRO +OPTIONS_SUB= yes + +MONO_DESC= Mono based GUI frontend +LIBRETRO_DESC= Libretro core + +MONO_ALL_TARGET= ui +MONO_BUILD_DEPENDS= mono:lang/mono +MONO_RUN_DEPENDS= mono:lang/mono +MONO_DESKTOP_ENTRIES= "Mesen" "NES/Famicom Emulator" \ + "${PORTNAME}" "${PORTNAME}" "Game;Emulator;" false + +LIBRETRO_ALL_TARGET= libretro + +do-install: # empty to avoid default + +do-install-MONO-on: + ${MKDIR} ${STAGEDIR}${PREFIX}/libexec/mesen + ${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/hicolor/64x64/apps/ + ${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/hicolor/32x32/apps/ + ${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/hicolor/16x16/apps/ + ${INSTALL_LIB} ${WRKSRC}/bin/${MESEN_ARCH}/Release/Dependencies/libMesenCore.${MESEN_ARCH}.dll \ + ${STAGEDIR}${PREFIX}/libexec/mesen/libMesenCore.dll + ${INSTALL_DATA} ${WRKSRC}/bin/${MESEN_ARCH}/Release/Mesen.exe \ + ${STAGEDIR}${PREFIX}/libexec/mesen/ + ${INSTALL_DATA} ${WRKSRC}/GUI.NET/Resources/MesenIcon.png \ + ${STAGEDIR}${PREFIX}/share/icons/hicolor/64x64/apps/mesen.png + ${INSTALL_DATA} ${WRKSRC}/GUI.NET/Resources/MesenIconMedium.png \ + ${STAGEDIR}${PREFIX}/share/icons/hicolor/32x32/apps/mesen.png + ${INSTALL_DATA} ${WRKSRC}/GUI.NET/Resources/MesenIconSmall.png \ + ${STAGEDIR}${PREFIX}/share/icons/hicolor/16x16/apps/mesen.png + ${INSTALL_SCRIPT} ${FILESDIR}/launch.sh ${STAGEDIR}${PREFIX}/bin/mesen + ${REINPLACE_CMD} 's|%%PREFIX%%|${PREFIX}|g' ${STAGEDIR}${PREFIX}/bin/mesen + +do-install-LIBRETRO-on: + ${MKDIR} ${STAGEDIR}${PREFIX}/lib/libretro + ${INSTALL_LIB} ${WRKSRC}/bin/mesen_libretro.${MESEN_ARCH}.so \ + ${STAGEDIR}${PREFIX}/lib/libretro/mesen_libretro.so + +.include Property changes on: head/emulators/mesen/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/emulators/mesen/distinfo =================================================================== --- head/emulators/mesen/distinfo (nonexistent) +++ head/emulators/mesen/distinfo (revision 505721) @@ -0,0 +1,3 @@ +TIMESTAMP = 1561506562 +SHA256 (SourMesen-Mesen-0.9.8-4-g4c701ad6_GH0.tar.gz) = 73bbffe6560ed355b2b51fbb1a0ca7b53b0b9ec58b89bf272aa29a972f78a97a +SIZE (SourMesen-Mesen-0.9.8-4-g4c701ad6_GH0.tar.gz) = 17628801 Property changes on: head/emulators/mesen/distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/emulators/mesen/files/launch.sh =================================================================== --- head/emulators/mesen/files/launch.sh (nonexistent) +++ head/emulators/mesen/files/launch.sh (revision 505721) @@ -0,0 +1,2 @@ +#!/bin/sh +exec mono %%PREFIX%%/libexec/mesen/Mesen.exe $* Property changes on: head/emulators/mesen/files/launch.sh ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/emulators/mesen/pkg-descr =================================================================== --- head/emulators/mesen/pkg-descr (nonexistent) +++ head/emulators/mesen/pkg-descr (revision 505721) @@ -0,0 +1,3 @@ +Mesen is a high-accuracy NES and Famicom emulator and NSF player. + +WWW: https://www.mesen.ca/ Property changes on: head/emulators/mesen/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/emulators/mesen/pkg-plist =================================================================== --- head/emulators/mesen/pkg-plist (nonexistent) +++ head/emulators/mesen/pkg-plist (revision 505721) @@ -0,0 +1,7 @@ +%%LIBRETRO%%lib/libretro/mesen_libretro.so +%%MONO%%bin/mesen +%%MONO%%libexec/mesen/Mesen.exe +%%MONO%%libexec/mesen/libMesenCore.dll +%%MONO%%share/icons/hicolor/16x16/apps/mesen.png +%%MONO%%share/icons/hicolor/32x32/apps/mesen.png +%%MONO%%share/icons/hicolor/64x64/apps/mesen.png Property changes on: head/emulators/mesen/pkg-plist ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property