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

Collapse All | Expand All

(-)b/games/steam-bottler/Makefile (+30 lines)
Added Link Here
1
PORTNAME=       steam-bottler
2
DISTVERSION=    1.0.5
3
CATEGORIES=     games
4
MASTER_SITES=   https://github.com/es-j3/${PORTNAME}/archive/${PORTVERSION}${EXTRACT_SUFX}?dummy=/
5
6
MAINTAINER=     alexander.nogal@proton.me
7
COMMENT=        Steam Windows gaming in a wine bottle on FreeBSD
8
WWW=            https://github.com/es-j3/steam-bottler
9
10
LICENSE=        BSD2CLAUSE
11
LICENSE_FILE=   ${WRKSRC}/LICENSE
12
13
ONLY_FOR_ARCHS= amd64 i386
14
ONLY_FOR_ARCHS_REASON=  Wine is only supported on x86 platforms
15
16
RUN_DEPENDS=    wine:emulators/wine \
17
		${LOCALBASE}/wine-proton:emulators/wine-proton \
18
		winetricks:emulators/winetricks \
19
		zenity:x11/zenity
20
21
NO_BUILD=       yes
22
23
WRKSRC=         ${WRKDIR}/${PORTNAME}-${PORTVERSION}
24
25
PLIST_FILES=    bin/steam-bottler
26
27
do-install:
28
	${INSTALL_SCRIPT} ${WRKSRC}/src/steam-bottler ${STAGEDIR}${PREFIX}/bin/steam-bottler
29
30
.include <bsd.port.mk>
(-)b/games/steam-bottler/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1739510459
2
SHA256 (steam-bottler-1.0.5.tar.gz) = e7952faf5a5df9e7722884ddac11790645c34ca625eb72025b4750722979a4ac
3
SIZE (steam-bottler-1.0.5.tar.gz) = 204585
(-)b/games/steam-bottler/pkg-descr (+3 lines)
Added Link Here
1
Steam is an online platform for purchasing and playing games, software,
2
and other digital content for windows. This port contains 
3
a script that bottles Wine Steam on FreeBSD.
(-)b/games/steam-bottler/pkg-message (+18 lines)
Added Link Here
1
To setup a wine bottle with a complete Steam runtime, run:
2
3
steam-bottler install
4
5
To then run Steam, execute:
6
7
steam-bottler
8
9
To remove the wine bottle, run:
10
11
steam-bottler remove
12
13
To configure the wine bottle, run:
14
15
steam-bottler configure
16
17
Note: if Steam crashes for you often, go to
18
Steam Settings < Interface < Untick "Enable Hardware video Decoding"

Return to bug 284600