# 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: # # homura # homura/pkg-descr # homura/Makefile # homura/distinfo # echo c - homura mkdir -p homura > /dev/null 2>&1 echo x - homura/pkg-descr sed 's/^X//' >homura/pkg-descr << 'ca53257928549daa3fdd52a25ca54cf0' XHomura is a launcher that makes it easy to run windows games/launcher easily on XFreeBSD by providing the requiered fixes and workarounds. X XThe Windows emulation is provided by Wine. X XWWW: https://github.com/the-homura-project/homura ca53257928549daa3fdd52a25ca54cf0 echo x - homura/Makefile sed 's/^X//' >homura/Makefile << 'ed438f6b5e68391f41f60691f9fc77d4' X# Created by: Alexander Vereeken X# $FreeBSD$ X XPORTNAME= homura XPORTVERSION= 3.1 XCATEGORIES= games X XMAINTAINER= Alexander88207@protonmail.com XCOMMENT= Windows Games Launcher for FreeBSD X XLICENSE= BSD2CLAUSE XLICENSE_FILE= ${WRKSRC}/LICENSE X XONLY_FOR_ARCHS= amd64 i386 XONLY_FOR_ARCHS_REASON= Wine only runs on x86 architecture X XRUN_DEPENDS= zenity:x11/zenity \ X xdg-open:devel/xdg-utils \ X curl:ftp/curl \ X bash:shells/bash \ X 7z:archivers/p7zip \ X webfonts>=0:x11-fonts/webfonts \ X winetricks:emulators/winetricks \ X vulkaninfo:devel/vulkan-tools \ X glxinfo:graphics/mesa-demos X XUSE_GITHUB= yes XGH_ACCOUNT= the-homura-project X XNO_BUILD= yes X XPLIST_FILES= bin/Homura X X.include X X.if ${ARCH} == "i386" XRUN_DEPENDS+= wine:emulators/wine-devel X.else XRUN_DEPENDS+= wine:emulators/i386-wine-devel X.endif X Xdo-install: X ${INSTALL_SCRIPT} ${WRKSRC}/Homura ${STAGEDIR}${PREFIX}/bin X X.include ed438f6b5e68391f41f60691f9fc77d4 echo x - homura/distinfo sed 's/^X//' >homura/distinfo << '24fef8d8e0c3130bf16307b069ef8558' XTIMESTAMP = 1575576646 XSHA256 (the-homura-project-homura-3.1_GH0.tar.gz) = b0cee85acdb9bd5fa61fd344029dddcd0b95ad7dcfc5bdb6a404871c4c79858d XSIZE (the-homura-project-homura-3.1_GH0.tar.gz) = 3057064 24fef8d8e0c3130bf16307b069ef8558 exit