ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/mports/trunk/x11-drivers/xf86-video-intel/Makefile
Revision: 23983
Committed: Tue Aug 28 12:50:57 2018 UTC (5 years, 7 months ago) by laffer1
File size: 1104 byte(s)
Log Message:
update intel driver

File Contents

# Content
1 # $MidnightBSD$
2
3 PORTNAME= xf86-video-intel
4 PORTVERSION= 2.99.917.20180512
5 CATEGORIES= x11-drivers
6 MASTER_SITES= http://cgit.freedesktop.org/xorg/${XORG_CAT}/${PORTNAME}/snapshot/
7 DISTNAME= ${PORTNAME}-${COMMIT_ID}
8
9 MAINTAINER= ports@MidnightBSD.org
10 COMMENT= Driver for Intel integrated graphics chipsets
11
12 LICENSE= mit
13 LICENSE_FILE= ${WRKSRC}/COPYING
14
15 LIB_DEPENDS= libxcb-util.so:x11/xcb-util \
16 libdrm.so:graphics/libdrm
17
18 COMMIT_ID= 359477215092ac1b602ad1e2f17a28963d9224c2
19
20 ONLY_FOR_ARCHS= amd64 i386
21 ONLY_FOR_ARCHS_REASON= Intel integrated GPU only exists in Intel x86 processors/chipsets
22
23 USE_GL= gl
24
25 USE_LDCONFIG= yes
26 XORG_CAT= driver
27 USE_XORG= pciaccess pixman x11 xcb xext xrender xv xvmc
28
29 USES+= cpe autoreconf
30 CPE_VENDOR= x
31
32 OPTIONS_SINGLE= ACCEL
33 OPTIONS_SINGLE_ACCEL= SNA UXA
34 OPTIONS_DEFAULT= UXA
35
36 ACCEL_DESC= Default AccelMethod (if not specified in xorg.conf)
37 SNA_DESC= SandyBridge's New Acceleration
38 UXA_DESC= Unified Acceleration Architecture
39
40 CONFIGURE_ARGS+= --disable-udev
41
42 SNA_CONFIGURE_ON= --with-default-accel=sna
43 UXA_CONFIGURE_ON= --with-default-accel=uxa
44
45 .include <bsd.port.mk>

Properties

Name Value
svn:keywords MidnightBSD=%H