summaryrefslogtreecommitdiff
path: root/x11/xf86-video-amdgpu/Makefile
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@herrb.eu>2022-06-27 22:03:03 +0200
committerMatthieu Herrb <matthieu@herrb.eu>2022-06-28 15:31:39 +0200
commit8f00a6f1f262e5b3ba91c264544ad463aacbaed8 (patch)
tree57d46e74e4da3815ca60c72ca5c1c4d3ee83b784 /x11/xf86-video-amdgpu/Makefile
parent38de69f99a07b22b3a001e5709456e5351a972ba (diff)
add xf86-video-amdgpu 22.0.0
Diffstat (limited to 'x11/xf86-video-amdgpu/Makefile')
-rw-r--r--x11/xf86-video-amdgpu/Makefile29
1 files changed, 29 insertions, 0 deletions
diff --git a/x11/xf86-video-amdgpu/Makefile b/x11/xf86-video-amdgpu/Makefile
new file mode 100644
index 0000000..0a8207c
--- /dev/null
+++ b/x11/xf86-video-amdgpu/Makefile
@@ -0,0 +1,29 @@
+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
+
+MASTER_SITES = ${MASTER_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 \
+
+AUTOCONF_VERSION = 2.69
+AUTOMAKE_VERSION = 1.12
+
+NO_TEST = Yes
+
+.include <bsd.port.mk>