Index: games/homura/Makefile =================================================================== --- games/homura/Makefile (nonexistent) +++ games/homura/Makefile (working copy) @@ -0,0 +1,44 @@ +# $FreeBSD$ + +PORTNAME= homura +PORTVERSION= 3.0 +CATEGORIES= games + +MAINTAINER= Alexander88207@protonmail.com +COMMENT= Windows Games Launcher for FreeBSD + +LICENSE= BSD2CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE + +ONLY_FOR_ARCHS= amd64 i386 +ONLY_FOR_ARCHS_REASON= Wine only runs on x86 architecture + +RUN_DEPENDS= 7z:archivers/p7zip \ + bash:shells/bash \ + curl:ftp/curl \ + glxinfo:graphics/mesa-demos \ + vulkaninfo:devel/vulkan-tools \ + webfonts>=0:x11-fonts/webfonts \ + winetricks:emulators/winetricks \ + xdg-open:devel/xdg-utils \ + zenity:x11/zenity + +USE_GITHUB= yes +GH_ACCOUNT= the-homura-project + +NO_BUILD= yes + +PLIST_FILES= bin/Homura + +.include + +.if ${ARCH} == "i386" +RUN_DEPENDS+= wine:emulators/wine-devel +.else +RUN_DEPENDS+= wine:emulators/i386-wine-devel +.endif + +do-install: + ${INSTALL_SCRIPT} ${WRKSRC}/Homura ${STAGEDIR}${PREFIX}/bin + +.include Property changes on: games/homura/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: games/homura/distinfo =================================================================== --- games/homura/distinfo (nonexistent) +++ games/homura/distinfo (working copy) @@ -0,0 +1,3 @@ +TIMESTAMP = 1574770795 +SHA256 (the-homura-project-homura-3.0_GH0.tar.gz) = 88f361464816862cd770f4e164c067db2260d1a2a7a1c6f721c8805243547f2b +SIZE (the-homura-project-homura-3.0_GH0.tar.gz) = 3010000 Property changes on: games/homura/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: games/homura/pkg-descr =================================================================== --- games/homura/pkg-descr (nonexistent) +++ games/homura/pkg-descr (working copy) @@ -0,0 +1,6 @@ +Homura is a launcher that makes it easy to run windows games/launcher easily on +FreeBSD by providing the requiered fixes and workarounds. + +The Windows emulation is provided by Wine. + +WWW: https://github.com/the-homura-project/homura Property changes on: games/homura/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