mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
Changes: - [Config] Renamed PreventPrefixDamage to BackupPrefixRegistry - Made Usage of wine/pkg.32.sh verbose - Added ability to use local setup of applications like CD-ROM installations for instance. - Added description about applications in the installation confirmation dialog. - Added a warning about issues with VKD3D-proton 2.14+ and the possibility to downgrade. https://codeberg.org/Alexander88207/Mizutamari/releases/tag/2025.04 PR: 286374
49 lines
1.3 KiB
Makefile
49 lines
1.3 KiB
Makefile
PORTNAME= mizuma
|
|
DISTVERSION= 2025.04
|
|
CATEGORIES= games emulators
|
|
MASTER_SITES= https://codeberg.org/Alexander88207/Mizutamari/archive/${PORTVERSION}${EXTRACT_SUFX}?dummy=/
|
|
|
|
MAINTAINER= Alexander88207@protonmail.com
|
|
COMMENT= User-friendly Wine front-end
|
|
WWW= https://codeberg.org/Alexander88207/Mizutamari
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
ONLY_FOR_ARCHS= amd64 i386
|
|
ONLY_FOR_ARCHS_REASON= Wine only runs on x86 architecture
|
|
|
|
RUN_DEPENDS= 7zz:archivers/7-zip \
|
|
bash:shells/bash \
|
|
vulkaninfo:graphics/vulkan-tools \
|
|
wine:emulators/wine \
|
|
wine-mono>0:emulators/wine-mono \
|
|
winetricks:emulators/winetricks \
|
|
xdg-open:devel/xdg-utils \
|
|
zenity:x11/zenity
|
|
|
|
NO_ARCH= yes
|
|
NO_BUILD= yes
|
|
|
|
WRKSRC= ${WRKDIR}/mizutamari
|
|
|
|
PLIST_FILES= bin/Mizuma \
|
|
share/Mizutamari/Tools/Framework
|
|
|
|
OPTIONS_DEFAULT= GLX_UTILS
|
|
OPTIONS_RADIO= GLXINFO
|
|
OPTIONS_RADIO_GLXINFO= GLX_UTILS MESA_DEMOS
|
|
OPTIONS_SUB= yes
|
|
|
|
GLX_UTILS_DESC= Use glxinfo from glx-utils
|
|
MESA_DEMOS_DESC= Use glxinfo from mesa-demos
|
|
|
|
GLX_UTILS_RUN_DEPENDS= glxinfo:graphics/glx-utils
|
|
MESA_DEMOS_RUN_DEPENDS= glxinfo:graphics/mesa-demos
|
|
|
|
do-install:
|
|
${MKDIR} ${STAGEDIR}${PREFIX}/share/Mizutamari/Tools
|
|
${INSTALL_SCRIPT} ${WRKSRC}/Mizuma ${STAGEDIR}${PREFIX}/bin
|
|
${INSTALL_SCRIPT} ${WRKSRC}/Tools/Framework ${STAGEDIR}${PREFIX}/share/Mizutamari/Tools
|
|
|
|
.include <bsd.port.mk>
|