# This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # anese # anese/pkg-descr # anese/files # anese/files/patch-thirdparty_headeronly_cfgpath.h # anese/distinfo # anese/Makefile # echo c - anese mkdir -p anese > /dev/null 2>&1 echo x - anese/pkg-descr sed 's/^X//' >anese/pkg-descr << '2ed8036ed6be42e6f77df7021504996e' XANESE (Another NES Emulator) is a Nintendo Entertainment XSystem Emulator written for fun and learning. X XWWW: https://prilik.com/ANESE/ 2ed8036ed6be42e6f77df7021504996e echo c - anese/files mkdir -p anese/files > /dev/null 2>&1 echo x - anese/files/patch-thirdparty_headeronly_cfgpath.h sed 's/^X//' >anese/files/patch-thirdparty_headeronly_cfgpath.h << '92bd03d54a4634bb0d45df71bfeb1e61' X--- thirdparty/headeronly/cfgpath.h.orig 2019-08-18 10:23:32 UTC X+++ thirdparty/headeronly/cfgpath.h X@@ -39,7 +39,7 @@ X #define mkdir _mkdir X #endif X X-#if defined(__linux__) || defined(__APPLE__) X+#if defined(__linux__) || defined(__APPLE__) || defined(__FreeBSD__) X #include X #include X #include 92bd03d54a4634bb0d45df71bfeb1e61 echo x - anese/distinfo sed 's/^X//' >anese/distinfo << '66fee8a861997fc2a4b88947ce64149e' XTIMESTAMP = 1566123542 XSHA256 (daniel5151-ANESE-0.9.1_GH0.tar.gz) = 86c3aced7b552125b0775b20e1779c5648f28a5cb7f9837a0f97c5440ca4aa0c XSIZE (daniel5151-ANESE-0.9.1_GH0.tar.gz) = 25076630 66fee8a861997fc2a4b88947ce64149e echo x - anese/Makefile sed 's/^X//' >anese/Makefile << '51edde77cf3030ed330be6dff4e8ac6d' X# $FreeBSD$ X XPORTNAME= anese XPORTVERSION= 0.9.1 XCATEGORIES= emulators X XMAINTAINER= freebsd@sysctl.cz XCOMMENT= NES emulator X XLICENSE= MIT XLICENSE_FILE= ${WRKSRC}/LICENSE X XUSES= cmake:insource XUSE_SDL= sdl2 X XUSE_GITHUB= yes XGH_ACCOUNT= daniel5151 XGH_PROJECT= ANESE XUSE_LDCONFIG= yes X XPLIST_FILES= bin/anese X Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin X X.include 51edde77cf3030ed330be6dff4e8ac6d exit