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