Line 0
Link Here
|
|
|
1 |
# Created by: lesi@FreeBSD.org |
2 |
# $FreeBSD: head/x11-drivers/xf86-video-intel/Makefile 374982 2014-12-19 23:03:54Z dumbbell $ |
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 |
USES+= cpe |
29 |
CPE_VENDOR= x |
30 |
|
31 |
CONFIGURE_ENV+= xorg_cv_cc_flag__Wno_maybe_uninitialized=no |
32 |
CONFIGURE_ARGS+= --enable-sna |
33 |
CONFIGURE_ARGS+= --disable-glamor |
34 |
INSTALL_TARGET= install-strip |
35 |
|
36 |
.include <bsd.port.mk> |