blob: 9cf13db5998cc5d978c44eaa2cae103d78ff0a7b (
plain) (
blame)
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
31
32
33
|
# Created by: lesi@FreeBSD.org
# $FreeBSD$
PORTNAME= xf86-video-intel
PORTVERSION= 2.21.15
PORTREVISION= 5
CATEGORIES= x11-drivers
MAINTAINER= x11@FreeBSD.org
COMMENT= Driver for Intel integrated graphics chipsets
LIB_DEPENDS= libxcb-util.so:${PORTSDIR}/x11/xcb-util
ONLY_FOR_ARCHS= amd64 i386
USE_GL= gl
USE_LDCONFIG= yes
XORG_CAT= driver
USE_XORG= glproto \
pixman \
x11 \
xext \
xf86driproto \
xineramaproto \
xrender \
xvmc
CONFIGURE_ENV+= xorg_cv_cc_flag__Wno_maybe_uninitialized=no
CONFIGURE_ARGS+= --enable-sna
CONFIGURE_ARGS+= --disable-glamor
INSTALL_TARGET= install-strip
.include <bsd.port.mk>
|