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> |