Lines 1-5
Link Here
|
1 |
PORTNAME= wine |
1 |
PORTNAME= wine |
2 |
DISTVERSION= 8.20 |
2 |
DISTVERSION= 8.20 |
|
|
3 |
PORTREVISION= 1 |
3 |
PORTEPOCH= 1 |
4 |
PORTEPOCH= 1 |
4 |
CATEGORIES= emulators |
5 |
CATEGORIES= emulators |
5 |
MASTER_SITES= https://dl.winehq.org/wine/source/8.x/ |
6 |
MASTER_SITES= https://dl.winehq.org/wine/source/8.x/ |
Lines 52-58
CONFIGURE_ARGS+=--verbose \
Link Here
|
52 |
--without-unwind \ |
53 |
--without-unwind \ |
53 |
--without-usb \ |
54 |
--without-usb \ |
54 |
--without-wayland |
55 |
--without-wayland |
55 |
CONFIGURE_ENV= CPPBIN="${CPP}" FLEX="${LOCALBASE}/bin/flex" |
56 |
CONFIGURE_ENV= ac_cv_prog_STRIP="${STRIP_CMD}" CPPBIN="${CPP}" FLEX="${LOCALBASE}/bin/flex" |
56 |
WINELIBDIR= ${PREFIX}/lib |
57 |
WINELIBDIR= ${PREFIX}/lib |
57 |
.if !defined(USE_LDCONFIG32) |
58 |
.if !defined(USE_LDCONFIG32) |
58 |
USE_LDCONFIG= ${WINELIBDIR} ${WINELIBDIR}/wine |
59 |
USE_LDCONFIG= ${WINELIBDIR} ${WINELIBDIR}/wine |
Lines 79-85
GECKO_DESC= Bundle Gecko MSI package for Wine
Link Here
|
79 |
MONO_DESC= Bundle Mono MSI package for Wine |
80 |
MONO_DESC= Bundle Mono MSI package for Wine |
80 |
|
81 |
|
81 |
ALSA_CONFIGURE_WITH= alsa |
82 |
ALSA_CONFIGURE_WITH= alsa |
82 |
ALSA_USES= gstreamer |
83 |
ALSA_USES= gnome gstreamer |
|
|
84 |
ALSA_USE= GNOME=glib20 |
83 |
ALSA_LIB_DEPENDS= libasound.so:audio/alsa-lib |
85 |
ALSA_LIB_DEPENDS= libasound.so:audio/alsa-lib |
84 |
ALSA_RUN_DEPENDS= alsa-plugins>0:audio/alsa-plugins |
86 |
ALSA_RUN_DEPENDS= alsa-plugins>0:audio/alsa-plugins |
85 |
|
87 |
|
Lines 96-102
GNUTLS_LIB_DEPENDS= libgnutls.so:security/gnutls
Link Here
|
96 |
MONO_RUN_DEPENDS= wine-mono-devel>0:emulators/wine-mono-devel |
98 |
MONO_RUN_DEPENDS= wine-mono-devel>0:emulators/wine-mono-devel |
97 |
|
99 |
|
98 |
OSS_CONFIGURE_WITH= oss |
100 |
OSS_CONFIGURE_WITH= oss |
99 |
OSS_USES= gstreamer |
101 |
OSS_USES= gnome gstreamer |
|
|
102 |
OSS_USE= GNOME=glib20 |
100 |
|
103 |
|
101 |
V4L_CONFIGURE_WITH= v4l2 |
104 |
V4L_CONFIGURE_WITH= v4l2 |
102 |
V4L_BUILD_DEPENDS= ${LOCALBASE}/include/linux/videodev2.h:multimedia/v4l_compat |
105 |
V4L_BUILD_DEPENDS= ${LOCALBASE}/include/linux/videodev2.h:multimedia/v4l_compat |
103 |
- |
|
|