Lines 1-8
Link Here
|
1 |
# $FreeBSD: head/x11-drivers/xf86-video-vmware/Makefile 433863 2017-02-11 14:17:58Z rezny $ |
1 |
# $FreeBSD: head/x11-drivers/xf86-video-vmware/Makefile 433863 2017-02-11 14:17:58Z rezny $ |
2 |
|
2 |
|
3 |
PORTNAME= xf86-video-vmware |
3 |
PORTNAME= xf86-video-vmware |
4 |
PORTVERSION= 13.2.1 |
4 |
PORTVERSION= 13.3.0 |
5 |
PORTREVISION= 1 |
|
|
6 |
CATEGORIES= x11-drivers |
5 |
CATEGORIES= x11-drivers |
7 |
|
6 |
|
8 |
MAINTAINER= x11@FreeBSD.org |
7 |
MAINTAINER= x11@FreeBSD.org |
Lines 11-19
COMMENT= X.Org vmware display driver
Link Here
|
11 |
LICENSE= MIT |
10 |
LICENSE= MIT |
12 |
LICENSE_FILE= ${WRKSRC}/COPYING |
11 |
LICENSE_FILE= ${WRKSRC}/COPYING |
13 |
|
12 |
|
|
|
13 |
ONLY_FOR_ARCHS= amd64 i386 |
14 |
ONLY_FOR_ARCHS_REASON= The vmware gfx protocol is only supported on x86-compatible architectures. |
15 |
|
14 |
XORG_CAT= driver |
16 |
XORG_CAT= driver |
15 |
|
17 |
|
16 |
ONLY_FOR_ARCHS= i386 amd64 |
18 |
.include <bsd.port.options.mk> |
17 |
ONLY_FOR_ARCHS_REASON= The vmware gfx protocol is only supported on x86-compatible architectures. |
19 |
|
|
|
20 |
.if ${ARCH} == i386 |
21 |
USE_GCC= any |
22 |
.endif |
18 |
|
23 |
|
19 |
.include <bsd.port.mk> |
24 |
.include <bsd.port.mk> |