Added
Link Here
|
1 |
# $FreeBSD$ |
2 |
|
3 |
PORTNAME= steam-utils |
4 |
DISTVERSION= 20200218 |
5 |
PORTREVISION= 1 |
6 |
CATEGORIES= games |
7 |
|
8 |
MAINTAINER= iwtcex@gmail.com |
9 |
COMMENT= Steam launcher for FreeBSD |
10 |
|
11 |
LICENSE= MIT |
12 |
LICENSE_FILE= ${WRKSRC}/LICENSE |
13 |
|
14 |
IGNORE_FreeBSD_11=not tested at all |
15 |
ONLY_FOR_ARCHS= amd64 |
16 |
|
17 |
BUILD_DEPENDS= linux-c7-devtools>=0:devel/linux-c7-devtools |
18 |
RUN_DEPENDS= ca_root_nss>=0:security/ca_root_nss \ |
19 |
linux-c7-dbus-libs>=0:devel/linux-c7-dbus-libs \ |
20 |
linux-c7-gtk2>=0:x11-toolkits/linux-c7-gtk2 \ |
21 |
linux-c7-libdrm>=0:graphics/linux-c7-libdrm \ |
22 |
linux-c7-libglvnd>=0:graphics/linux-c7-libglvnd \ |
23 |
linux-c7-nss>=0:security/linux-c7-nss \ |
24 |
linux-c7-openal-soft>=0:audio/linux-c7-openal-soft |
25 |
|
26 |
USE_RUBY= yes |
27 |
RUBY_NO_BUILD_DEPENDS= yes |
28 |
|
29 |
USE_GITHUB= yes |
30 |
GH_ACCOUNT= shkhln |
31 |
GH_PROJECT= linuxulator-steam-utils |
32 |
GH_TAGNAME= ${DISTVERSION} |
33 |
|
34 |
ALL_TARGET= build |
35 |
MAKE_ARGS+= PREFIX=${STAGEDIR}${PREFIX} |
36 |
|
37 |
post-install: |
38 |
.for executable in steam steam-install |
39 |
${LN} -s ../steam-utils/bin/${executable} ${STAGEDIR}${PREFIX}/bin/${executable} |
40 |
.endfor |
41 |
|
42 |
.include <bsd.port.mk> |