diff --git a/games/mizuma/Makefile b/games/mizuma/Makefile index ed6b1513b25f..d0cd69fe76b0 100644 --- a/games/mizuma/Makefile +++ b/games/mizuma/Makefile @@ -1,49 +1,49 @@ PORTNAME= mizuma DISTVERSION= 2024.09 CATEGORIES= games emulators MASTER_SITES= https://codeberg.org/Alexander88207/Mizutamari/archive/${PORTVERSION}${EXTRACT_SUFX}?dummy=/ MAINTAINER= Alexander88207@protonmail.com -COMMENT= Wine front-end for FreeBSD +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 diff --git a/games/mizuma/pkg-descr b/games/mizuma/pkg-descr index 46cab1d04cbd..3614b640a01e 100644 --- a/games/mizuma/pkg-descr +++ b/games/mizuma/pkg-descr @@ -1,2 +1,7 @@ -Mizutamari is a launcher that aims to help you run a list -of applications in Wine with a few simple clicks on FreeBSD. +Mizutamari is a Wine front-end. +Written in Bash with a GUI provided by Zentiy. + +A predefined library is used to manage the Windows applications. + +Note: In order to avoid conflicts with the KDE environment, +you need to build this port with the MESA_DEMOS option instead.