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

Collapse All | Expand All

(-)b/games/Steam-BSD-Runtime/Makefile (+35 lines)
Added Link Here
1
PORTNAME=	Steam-BSD-Runtime
2
DISTVERSION=	1.0.1
3
CATEGORIES=	games
4
MASTER_SITES=	https://github.com/es-j3/${PORTNAME}/archive/refs/tags/
5
DISTFILES=	${PORTVERSION}.tar.gz
6
7
MAINTAINER=	alexander.nogal@proton.me
8
COMMENT=	Steam on FreeBSD with the help of Proton
9
WWW=	https://github.com/es-j3/Steam-BSD-Runtime
10
11
LICENSE=	BSD2CLAUSE
12
LICENSE_FILE=	${WRKSRC}/LICENSE
13
14
RUN_DEPENDS=	wine:emulators/wine \
15
		${LOCALBASE}/wine-proton:emulators/wine-proton \
16
		zenity:x11/zenity
17
18
NO_ARCH=	yes
19
NO_BUILD=	yes
20
21
WRKSRC=	${WRKDIR}/${PORTNAME}-${PORTVERSION}
22
23
PLIST_FILES=	bin/steam-bsd-runtime-uninstaller \
24
		bin/steam-bsd-runtime-installer \
25
		bin/steam-bsd-runtime-configurator
26
27
do-build:
28
	@${ECHO} "Building Steam-BSD-Runtime!"
29
30
do-install:
31
	${INSTALL_SCRIPT} ${WRKSRC}/src/steam-bsd-runtime-installer ${STAGEDIR}${PREFIX}/bin/steam-bsd-runtime-installer
32
	${INSTALL_SCRIPT} ${WRKSRC}/src/steam-bsd-runtime-uninstaller ${STAGEDIR}${PREFIX}/bin/steam-bsd-runtime-uninstaller
33
	${INSTALL_SCRIPT} ${WRKSRC}/src/steam-bsd-runtime-configurator ${STAGEDIR}${PREFIX}/bin/steam-bsd-runtime-configurator
34
35
.include <bsd.port.mk>
(-)b/games/Steam-BSD-Runtime/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1738688100
2
SHA256 (1.0.1.tar.gz) = 135b5bfd09483b9ef7991f35f92d363dc701ddb321c15adbf2a021f720e90ae1
3
SIZE (1.0.1.tar.gz) = 204224
(-)b/games/Steam-BSD-Runtime/pkg-descr (+2 lines)
Added Link Here
1
Steam on FreeBSD, with the help of Proton
2
This port includes the installer, uninstaller, and management scripts.
(-)b/games/Steam-BSD-Runtime/pkg-message (+7 lines)
Added Link Here
1
Hello, and thanks for installing Steam-BSD-Runtime!
2
3
For more information and credits, visit: https://github.com/es-j3/Steam-BSD-Runtime
4
Note: if Steam crashes for you often, go to
5
Steam Settings < Interface < Untick "Enable Hardware video Decoding"
6
7
Start installing by running steam-bsd-runtime-installer, as regular user.

Return to bug 284600