summaryrefslogtreecommitdiff
path: root/x11/xf86-video-amdgpu/Makefile
diff options
context:
space:
mode:
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>