blob: 56f1ebf11b7d068d61a2e83b69b69b0b8887b22c (
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
30
|
# $FreeBSD$
PORTNAME= xf86-video-vmware
PORTVERSION= 13.3.0
PORTREVISION= 5
CATEGORIES= x11-drivers
MAINTAINER= x11@FreeBSD.org
COMMENT= X.Org vmware display driver
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYING
ONLY_FOR_ARCHS= amd64 i386
ONLY_FOR_ARCHS_REASON= The vmware gfx protocol is only supported on x86-compatible architectures.
XORG_CAT= driver
LIB_DEPENDS+= libdrm.so:graphics/libdrm \
libxatracker.so:graphics/libxatracker
CONFIGURE_ARGS= --without-libudev
.include <bsd.port.options.mk>
.if ${ARCH} == i386
USE_GCC= any
.endif
.include <bsd.port.mk>
|