summaryrefslogtreecommitdiff
path: root/x11/xf86-video-amdgpu/Makefile
blob: 6cce003e222044bbbb5c1daa65bb5993a118804f (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
COMMENT =	video driver for AMD GPU graphics chipsets
DISTNAME =	xf86-video-amdgpu-22.0.0
CATEGORIES =	x11

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

MAINTAINER =	xenocara@openbsd.org

# MIT
PERMIT_PACKAGE =	Yes

SITES =		${SITE_XORG:=driver/}

MODULES =		xenocara

WANTLIB = drm drm_amdgpu gbm  expat m

BUILD_DEPENDS =		x11/xorg-server

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

NO_TEST =		Yes

.include <bsd.port.mk>