blob: 9fbe17cfe3949b96d1e7a5806d623d055ab8e834 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
PORTNAME= xf86-video-vmware
PORTVERSION= 13.3.0
PORTREVISION= 7
CATEGORIES= x11-drivers
MAINTAINER= x11@FreeBSD.org
COMMENT= X.Org vmware display driver
WWW= https://www.x.org/
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYING
ONLY_FOR_ARCHS= amd64 i386
ONLY_FOR_ARCHS_REASON= vmware gfx protocol is only supported on x86-compatible architectures
USES= xorg-cat:driver
LIB_DEPENDS+= libdrm.so:graphics/libdrm \
libxatracker.so:graphics/mesa-gallium-xa
CONFIGURE_ARGS= --without-libudev
.include <bsd.port.options.mk>
.if ${ARCH} == i386
USE_GCC= 11
.endif
.include <bsd.port.mk>
|