Changeset View
Changeset View
Standalone View
Standalone View
emulators/wine-devel/Makefile
| Show First 20 Lines • Show All 42 Lines • ▼ Show 20 Lines | CONFIGURE_ARGS+=--verbose \ | ||||
| --with-mingw CROSSCC="clang" \ | --with-mingw CROSSCC="clang" \ | ||||
| --without-netapi \ | --without-netapi \ | ||||
| --without-odbc \ | --without-odbc \ | ||||
| --without-opencl \ | --without-opencl \ | ||||
| --without-osmesa \ | --without-osmesa \ | ||||
| --without-pcap \ | --without-pcap \ | ||||
| --without-pcsclite \ | --without-pcsclite \ | ||||
| --with-pthread \ | --with-pthread \ | ||||
| --without-pulse \ | |||||
| --without-sane \ | --without-sane \ | ||||
| --with-sdl \ | --with-sdl \ | ||||
| --without-udev \ | --without-udev \ | ||||
| --without-unwind \ | --without-unwind \ | ||||
| --without-usb | --without-usb | ||||
| CONFIGURE_ENV= CPPBIN="${CPP}" FLEX="${LOCALBASE}/bin/flex" | CONFIGURE_ENV= CPPBIN="${CPP}" FLEX="${LOCALBASE}/bin/flex" | ||||
| WINELIBDIR= ${PREFIX}/lib | WINELIBDIR= ${PREFIX}/lib | ||||
| .if !defined(USE_LDCONFIG32) | .if !defined(USE_LDCONFIG32) | ||||
| Show All 9 Lines | |||||
| PIE_UNSAFE= yes | PIE_UNSAFE= yes | ||||
| PORTDATA= wine.inf | PORTDATA= wine.inf | ||||
| OPTIONS_DEFINE= CUPS DOCS DOSBOX GNUTLS V4L WAYLAND X11 GECKO MONO | OPTIONS_DEFINE= CUPS DOCS DOSBOX GNUTLS V4L WAYLAND X11 GECKO MONO | ||||
| OPTIONS_DEFAULT=ALSA GNUTLS X11 | OPTIONS_DEFAULT=ALSA GNUTLS X11 | ||||
| OPTIONS_RADIO= AUDIO | OPTIONS_RADIO= AUDIO | ||||
| OPTIONS_RADIO_AUDIO= ALSA OSS | OPTIONS_RADIO_AUDIO= ALSA OSS PULSEAUDIO | ||||
| OPTIONS_SUB= yes | OPTIONS_SUB= yes | ||||
| DOSBOX_DESC= Use DOSBox to run MS-DOS programs | DOSBOX_DESC= Use DOSBox to run MS-DOS programs | ||||
| GECKO_DESC= Bundle Gecko MSI package for Wine | GECKO_DESC= Bundle Gecko MSI package for Wine | ||||
| MONO_DESC= Bundle Mono MSI package for Wine | MONO_DESC= Bundle Mono MSI package for Wine | ||||
| WAYLAND_DESC= Wayland Support | WAYLAND_DESC= Wayland Support | ||||
| ALSA_CONFIGURE_WITH= alsa | ALSA_CONFIGURE_WITH= alsa | ||||
| Show All 16 Lines | |||||
| WAYLAND_BUILD_DEPENDS= ${LOCALBASE}/include/linux/input.h:devel/evdev-proto | WAYLAND_BUILD_DEPENDS= ${LOCALBASE}/include/linux/input.h:devel/evdev-proto | ||||
| WAYLAND_LIB_DEPENDS= libwayland-client.so:graphics/wayland \ | WAYLAND_LIB_DEPENDS= libwayland-client.so:graphics/wayland \ | ||||
| libxkbcommon.so:x11/libxkbcommon | libxkbcommon.so:x11/libxkbcommon | ||||
| OSS_CONFIGURE_WITH= oss | OSS_CONFIGURE_WITH= oss | ||||
| OSS_USES= gnome gstreamer | OSS_USES= gnome gstreamer | ||||
| OSS_USE= GNOME=glib20 | OSS_USE= GNOME=glib20 | ||||
| PULSEAUDIO_CONFIGURE_WITH= pulse | |||||
| PULSEAUDIO_USES= gstreamer | |||||
| PULSEAUDIO_USE= GSTREAMER=pulse | |||||
| V4L_CONFIGURE_WITH= v4l2 | V4L_CONFIGURE_WITH= v4l2 | ||||
| V4L_BUILD_DEPENDS= ${LOCALBASE}/include/linux/videodev2.h:multimedia/v4l_compat | V4L_BUILD_DEPENDS= ${LOCALBASE}/include/linux/videodev2.h:multimedia/v4l_compat | ||||
| V4L_LIB_DEPENDS= libv4l2.so:multimedia/libv4l | V4L_LIB_DEPENDS= libv4l2.so:multimedia/libv4l | ||||
| WAYLAND_CONFIGURE_WITH= wayland | WAYLAND_CONFIGURE_WITH= wayland | ||||
| X11_CONFIGURE_WITH= x fontconfig freetype opengl xinerama xinput2 xrandr xrender | X11_CONFIGURE_WITH= x fontconfig freetype opengl xinerama xinput2 xrandr xrender | ||||
| ▲ Show 20 Lines • Show All 64 Lines • Show Last 20 Lines | |||||