View | Details | Raw Unified | Return to bug 241042 | Differences between
and this patch

Collapse All | Expand All

(-)games/homura/Makefile (+44 lines)
Line 0 Link Here
1
# $FreeBSD$
2
3
PORTNAME=	homura
4
PORTVERSION=	3.0
5
CATEGORIES=	games
6
7
MAINTAINER=	Alexander88207@protonmail.com
8
COMMENT=	Windows Games Launcher for FreeBSD
9
10
LICENSE=	BSD2CLAUSE
11
LICENSE_FILE=	${WRKSRC}/LICENSE
12
13
ONLY_FOR_ARCHS=	amd64 i386
14
ONLY_FOR_ARCHS_REASON=	Wine only runs on x86 architecture
15
16
RUN_DEPENDS=	7z:archivers/p7zip \
17
		bash:shells/bash \
18
		curl:ftp/curl \
19
		glxinfo:graphics/mesa-demos \
20
		vulkaninfo:devel/vulkan-tools \
21
		webfonts>=0:x11-fonts/webfonts \
22
		winetricks:emulators/winetricks \
23
		xdg-open:devel/xdg-utils \
24
		zenity:x11/zenity
25
26
USE_GITHUB=	yes
27
GH_ACCOUNT=	the-homura-project
28
29
NO_BUILD=	yes
30
31
PLIST_FILES=	bin/Homura
32
33
.include <bsd.port.pre.mk>
34
35
.if ${ARCH} == "i386"
36
RUN_DEPENDS+=	wine:emulators/wine-devel
37
.else
38
RUN_DEPENDS+=	wine:emulators/i386-wine-devel
39
.endif
40
41
do-install:
42
	${INSTALL_SCRIPT} ${WRKSRC}/Homura ${STAGEDIR}${PREFIX}/bin
43
44
.include <bsd.port.mk>
(-)games/homura/distinfo (+3 lines)
Line 0 Link Here
1
TIMESTAMP = 1574770795
2
SHA256 (the-homura-project-homura-3.0_GH0.tar.gz) = 88f361464816862cd770f4e164c067db2260d1a2a7a1c6f721c8805243547f2b
3
SIZE (the-homura-project-homura-3.0_GH0.tar.gz) = 3010000
(-)games/homura/pkg-descr (+6 lines)
Line 0 Link Here
1
Homura is a launcher that makes it easy to run windows games/launcher easily on
2
FreeBSD by providing the requiered fixes and workarounds.
3
4
The Windows emulation is provided by Wine.
5
6
WWW: https://github.com/the-homura-project/homura

Return to bug 241042