3f87b5cb51
Update xf86-video-ati to 7.8.0 Update xf86-video-intel to 2.99.917.20170103 Update xf86-input-synaptics to 1.9.0 Update xf86-input-evdev to 2.10.5 Update xf86-video-r128 to 6.10.2 Update xf86-video-rendition to 4.2.6 New port: xf86-video-geode PR: 214591,216269,214687,214593,214715,216276,216277,216278,216287, 216288,216292,216298,214560,216299,216300,216301,216302 Approved by: swills (mentor, portmgr) Differential Revision: https://reviews.freebsd.org/D9436
32 lines
778 B
Makefile
32 lines
778 B
Makefile
# Created by: lesi@FreeBSD.org
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= xf86-video-intel
|
|
PORTVERSION= 2.99.917.20170103
|
|
CATEGORIES= x11-drivers
|
|
MASTER_SITES= http://cgit.freedesktop.org/xorg/${XORG_CAT}/${PORTNAME}/snapshot/
|
|
DISTNAME= ${PORTNAME}-${COMMIT_ID}
|
|
|
|
MAINTAINER= x11@FreeBSD.org
|
|
COMMENT= Driver for Intel integrated graphics chipsets
|
|
|
|
LIB_DEPENDS= libxcb-util.so:x11/xcb-util \
|
|
libdrm.so:graphics/libdrm
|
|
|
|
COMMIT_ID= 028c946df0855728b2a34d1d588701dc6c5ad4c1
|
|
|
|
ONLY_FOR_ARCHS= amd64 i386
|
|
ONLY_FOR_ARCHS_REASON= Intel integrated GPU only exists in Intel x86 processors/chipsets
|
|
|
|
USE_GL= gl
|
|
|
|
USE_LDCONFIG= yes
|
|
XORG_CAT= driver
|
|
USE_XORG= pciaccess pixman x11 xcb xext xrender xv xvmc
|
|
|
|
USES+= cpe autoreconf
|
|
CPE_VENDOR= x
|
|
|
|
CONFIGURE_ARGS+= --with-default-accel=uxa
|
|
|
|
.include <bsd.port.mk>
|