summaryrefslogtreecommitdiff
path: root/x11/xf86-video-intel/Makefile
blob: 496c4126e7c1eea5d957618c3ee359c37edd36c2 (plain)
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
# $OpenBSD: Makefile.template,v 1.83 2019/07/02 12:03:14 sthen Exp $
COMMENT =	video driver for Intel integrated graphics chipsets
DISTNAME =	xf86-video-intel-2.99.916
CATEGORIES =	x11

HOMEPAGE =	https://gitlab.freedesktop.org/xorg/driver/xf86-video-intel

MAINTAINER =	xenocara@openbsd.org

# MIT
PERMIT_PACKAGE =	Yes

MASTER_SITES =		${MASTER_SITE_XORG:=driver/}

MODULES =		xenocara

WANTLIB = drm drm_intel m pciaccess pixman-1 pthread

BUILD_DEPENDS =		x11/xorg-server

SEPARATE_BUILD =	Yes
CONFIGURE_STYLE =	autoreconf
CONFIGURE_ARGS = 	--with-xorg-module-dir=${X11BASE}/lib/modules \
			--enable-kms-only

SHARED_LIBS = 		IntelXvMC 3.0 I810XvMC 3.0

AUTOCONF_VERSION =      2.69
AUTOMAKE_VERSION =      1.12

NO_TEST =		Yes

.include <bsd.port.mk>