Prune devel/rubygem-debugger-xml
[dports.git] / x11-drivers / xf86-video-intel / Makefile
1 # Created by: lesi@FreeBSD.org
2 # $FreeBSD$
3
4 PORTNAME=       xf86-video-intel
5 PORTVERSION=    2.21.15
6 PORTREVISION=   6
7 CATEGORIES=     x11-drivers
8
9 MAINTAINER=     x11@FreeBSD.org
10 COMMENT=        Driver for Intel integrated graphics chipsets
11
12 LIB_DEPENDS=    libxcb-util.so:${PORTSDIR}/x11/xcb-util
13
14 ONLY_FOR_ARCHS= amd64 i386
15 USE_GL=         gl
16
17 USE_LDCONFIG=   yes
18 XORG_CAT=       driver
19 USE_XORG=       glproto \
20                 pixman \
21                 x11 \
22                 xext \
23                 xf86driproto \
24                 xineramaproto \
25                 xrender \
26                 xvmc
27
28 CONFIGURE_ENV+= xorg_cv_cc_flag__Wno_maybe_uninitialized=no
29 CONFIGURE_ARGS+=        --enable-sna
30 CONFIGURE_ARGS+=        --disable-glamor
31 INSTALL_TARGET= install-strip
32
33 .include <bsd.port.mk>