Winetricks is an easy way to work around problems in Wine.
It has a menu of supported games/apps for which it can do all the workarounds automatically. It also lets you install missing DLLs or tweak various Wine settings individually. WWW: https://wiki.winehq.org/Winetricks PR: 211293 Submitted by: Nikolai Lifanov <lifanov@mail.lifanov.com>
This commit is contained in:
parent
fc590f3772
commit
ba3cbe6369
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=425599
5 changed files with 43 additions and 0 deletions
|
@ -171,6 +171,7 @@
|
|||
SUBDIR += wine-mono
|
||||
SUBDIR += wine-mono-devel
|
||||
SUBDIR += wine-staging
|
||||
SUBDIR += winetricks
|
||||
SUBDIR += wxmupen64plus
|
||||
SUBDIR += x48
|
||||
SUBDIR += x49gp
|
||||
|
|
30
emulators/winetricks/Makefile
Normal file
30
emulators/winetricks/Makefile
Normal file
|
@ -0,0 +1,30 @@
|
|||
# Created by: Nikolai Lifanov <lifanov@mail.lifanov.com>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= winetricks
|
||||
PORTVERSION= 20161012
|
||||
CATEGORIES= emulators
|
||||
|
||||
MAINTAINER= lifanov@mail.lifanov.com
|
||||
COMMENT= Easy way to work around problems in Wine
|
||||
|
||||
LICENSE= LGPL21
|
||||
LICENSE_FILE= ${WRKSRC}/src/COPYING
|
||||
|
||||
.if !defined(WITHOUT_X11)
|
||||
RUN_DEPENDS= zenity>0:x11/zenity
|
||||
.endif
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= Winetricks
|
||||
|
||||
NO_ARCH= yes
|
||||
NO_BUILD= yes
|
||||
PLIST_FILES= bin/winetricks man/man1/winetricks.1.gz
|
||||
|
||||
do-install:
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/src/winetricks ${STAGEDIR}${PREFIX}/bin
|
||||
${INSTALL_MAN} ${WRKSRC}/src/winetricks.1 \
|
||||
${STAGEDIR}${MAN1PREFIX}/man/man1
|
||||
|
||||
.include <bsd.port.mk>
|
3
emulators/winetricks/distinfo
Normal file
3
emulators/winetricks/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1476286164
|
||||
SHA256 (Winetricks-winetricks-20161012_GH0.tar.gz) = 094ecc82178bb2b6875e29927df068a1d7c114868ec86d5517e26e0214030f6f
|
||||
SIZE (Winetricks-winetricks-20161012_GH0.tar.gz) = 175820
|
7
emulators/winetricks/pkg-descr
Normal file
7
emulators/winetricks/pkg-descr
Normal file
|
@ -0,0 +1,7 @@
|
|||
Winetricks is an easy way to work around problems in Wine.
|
||||
|
||||
It has a menu of supported games/apps for which it can do
|
||||
all the workarounds automatically. It also lets you install
|
||||
missing DLLs or tweak various Wine settings individually.
|
||||
|
||||
WWW: https://wiki.winehq.org/Winetricks
|
2
emulators/winetricks/pkg-message
Normal file
2
emulators/winetricks/pkg-message
Normal file
|
@ -0,0 +1,2 @@
|
|||
This port requires one of the wine ports installed.
|
||||
Please pick between wine, wine-devel, or wine-staging.
|
Loading…
Reference in a new issue