Lines 1-6
Link Here
|
1 |
PORTNAME= wine |
1 |
PORTNAME= wine |
2 |
DISTVERSION= 9.21 |
2 |
DISTVERSION= 9.21 |
3 |
PORTEPOCH= 1 |
3 |
PORTEPOCH= 2 |
4 |
CATEGORIES= emulators |
4 |
CATEGORIES= emulators |
5 |
MASTER_SITES= https://dl.winehq.org/wine/source/9.x/ |
5 |
MASTER_SITES= https://dl.winehq.org/wine/source/9.x/ |
6 |
PKGNAMESUFFIX= -devel |
6 |
PKGNAMESUFFIX= -devel |
Lines 53-60
Link Here
|
53 |
--with-sdl \ |
53 |
--with-sdl \ |
54 |
--without-udev \ |
54 |
--without-udev \ |
55 |
--without-unwind \ |
55 |
--without-unwind \ |
56 |
--without-usb \ |
56 |
--without-usb |
57 |
--without-wayland |
|
|
58 |
CONFIGURE_ENV= CPPBIN="${CPP}" FLEX="${LOCALBASE}/bin/flex" |
57 |
CONFIGURE_ENV= CPPBIN="${CPP}" FLEX="${LOCALBASE}/bin/flex" |
59 |
WINELIBDIR= ${PREFIX}/lib |
58 |
WINELIBDIR= ${PREFIX}/lib |
60 |
.if !defined(USE_LDCONFIG32) |
59 |
.if !defined(USE_LDCONFIG32) |
Lines 70-77
Link Here
|
70 |
|
69 |
|
71 |
PORTDATA= wine.inf |
70 |
PORTDATA= wine.inf |
72 |
|
71 |
|
73 |
OPTIONS_DEFINE= CUPS DOCS DOSBOX GNUTLS V4L WINEMAKER X11 GECKO MONO |
72 |
OPTIONS_DEFINE= CUPS DOCS DOSBOX GNUTLS V4L WINEMAKER X11 GECKO MONO WAYLAND |
74 |
OPTIONS_DEFAULT=ALSA GNUTLS X11 |
73 |
OPTIONS_DEFAULT=ALSA GNUTLS X11 WAYLAND |
75 |
OPTIONS_RADIO= AUDIO |
74 |
OPTIONS_RADIO= AUDIO |
76 |
OPTIONS_RADIO_AUDIO= ALSA OSS |
75 |
OPTIONS_RADIO_AUDIO= ALSA OSS |
77 |
OPTIONS_SUB= yes |
76 |
OPTIONS_SUB= yes |
Lines 80-85
Link Here
|
80 |
WINEMAKER_DESC= Fully support winemaker (requires Perl) |
79 |
WINEMAKER_DESC= Fully support winemaker (requires Perl) |
81 |
GECKO_DESC= Bundle Gecko MSI package for Wine |
80 |
GECKO_DESC= Bundle Gecko MSI package for Wine |
82 |
MONO_DESC= Bundle Mono MSI package for Wine |
81 |
MONO_DESC= Bundle Mono MSI package for Wine |
|
|
82 |
WAYLAND_DESC= Wayland Support |
83 |
|
83 |
|
84 |
ALSA_CONFIGURE_WITH= alsa |
84 |
ALSA_CONFIGURE_WITH= alsa |
85 |
ALSA_USES= gnome gstreamer |
85 |
ALSA_USES= gnome gstreamer |
Lines 99-104
Link Here
|
99 |
|
99 |
|
100 |
MONO_RUN_DEPENDS= wine-mono-devel>0:emulators/wine-mono-devel |
100 |
MONO_RUN_DEPENDS= wine-mono-devel>0:emulators/wine-mono-devel |
101 |
|
101 |
|
|
|
102 |
WAYLAND_BUILD_DEPENDS= ${LOCALBASE}/include/linux/input.h:devel/evdev-proto |
103 |
WAYLAND_LIB_DEPENDS= libwayland-client.so:graphics/wayland \ |
104 |
libxkbcommon.so:x11/libxkbcommon |
105 |
|
102 |
OSS_CONFIGURE_WITH= oss |
106 |
OSS_CONFIGURE_WITH= oss |
103 |
OSS_USES= gnome gstreamer |
107 |
OSS_USES= gnome gstreamer |
104 |
OSS_USE= GNOME=glib20 |
108 |
OSS_USE= GNOME=glib20 |
Lines 124-129
Link Here
|
124 |
.else |
128 |
.else |
125 |
CONFIGURE_ARGS+= --without-gstreamer |
129 |
CONFIGURE_ARGS+= --without-gstreamer |
126 |
PLIST_SUB+= GSTREAMER="@comment " |
130 |
PLIST_SUB+= GSTREAMER="@comment " |
|
|
131 |
.endif |
132 |
|
133 |
.if ${PORT_OPTIONS:MWAYLAND} |
134 |
CONFIGURE_ARGS+= --with-wayland |
135 |
PLIST_SUB+= WAYLAND="" |
136 |
.else |
137 |
CONFIGURE_ARGS+= --without-wayland |
138 |
PLIST_SUB+= WAYLAND="@comment " |
127 |
.endif |
139 |
.endif |
128 |
|
140 |
|
129 |
.if ${ARCH} == amd64 |
141 |
.if ${ARCH} == amd64 |