Lines 1-7
Link Here
|
1 |
# Created by: Alexander Vereeken <Alexander88207@protonmail.com> |
1 |
# Created by: Alexander Vereeken <Alexander88207@protonmail.com> |
2 |
|
2 |
|
3 |
PORTNAME= homura |
3 |
PORTNAME= homura |
4 |
PORTVERSION= 5.4 |
4 |
PORTVERSION= 5.5 |
5 |
CATEGORIES= games |
5 |
CATEGORIES= games |
6 |
MASTER_SITES= https://codeberg.org/Alexander88207/Homura/archive/ |
6 |
MASTER_SITES= https://codeberg.org/Alexander88207/Homura/archive/ |
7 |
DISTNAME= ${PORTVERSION} |
7 |
DISTNAME= ${PORTVERSION} |
Lines 19-24
RUN_DEPENDS= 7z:archivers/p7zip \
Link Here
|
19 |
bash:shells/bash \ |
19 |
bash:shells/bash \ |
20 |
glxinfo:graphics/mesa-demos \ |
20 |
glxinfo:graphics/mesa-demos \ |
21 |
vulkaninfo:graphics/vulkan-tools \ |
21 |
vulkaninfo:graphics/vulkan-tools \ |
|
|
22 |
wine-proton>0:emulators/wine-proton \ |
22 |
winetricks:emulators/winetricks \ |
23 |
winetricks:emulators/winetricks \ |
23 |
xdg-open:devel/xdg-utils \ |
24 |
xdg-open:devel/xdg-utils \ |
24 |
zenity:x11/zenity |
25 |
zenity:x11/zenity |
Lines 29-43
WRKSRC= ${WRKDIR}/${PORTNAME}
Link Here
|
29 |
|
30 |
|
30 |
PLIST_FILES= bin/Homura |
31 |
PLIST_FILES= bin/Homura |
31 |
|
32 |
|
32 |
.include <bsd.port.pre.mk> |
|
|
33 |
|
34 |
.if ${ARCH} == "i386" |
35 |
RUN_DEPENDS+= wine:emulators/wine-devel |
36 |
.else |
37 |
RUN_DEPENDS+= wine:emulators/i386-wine-devel |
38 |
.endif |
39 |
|
40 |
do-install: |
33 |
do-install: |
41 |
${INSTALL_SCRIPT} ${WRKSRC}/Homura ${STAGEDIR}${PREFIX}/bin |
34 |
${INSTALL_SCRIPT} ${WRKSRC}/Homura ${STAGEDIR}${PREFIX}/bin |
42 |
|
35 |
|
43 |
.include <bsd.port.post.mk> |
36 |
.include <bsd.port.mk> |