1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-12 03:00:28 +00:00
freebsd-ports/graphics/gpu-firmware-kmod/Makefile
Jung-uk Kim c57de794bf graphics/gpu-firmware-kmod: Update amdgpu firmwares to the latest
PR:		254665
Approved by:	jmd (maintainer timeout)
2021-04-16 13:01:29 -04:00

27 lines
739 B
Makefile

# Created by: Johannes Dieterich <jmd@FreeBSD.org>
PORTNAME= gpu-firmware-kmod
PORTVERSION= g20210330
CATEGORIES= graphics
MAINTAINER= jmd@FreeBSD.org
COMMENT= Firmware modules for the linuxkpi-based KMS components
LICENSE= AMD INTEL
LICENSE_COMB= multi
LICENSE_NAME_AMD= AMD firmware license (amdgpu/radeon)
LICENSE_NAME_INTEL= Intel firmware license (i915)
LICENSE_FILE_AMD= ${WRKSRC}/LICENSE.radeon
LICENSE_FILE_INTEL= ${WRKSRC}/LICENSE.i915
LICENSE_PERMS_AMD= dist-mirror no-dist-sell pkg-mirror no-pkg-sell auto-accept
LICENSE_PERMS_INTEL= dist-mirror no-dist-sell pkg-mirror no-pkg-sell auto-accept
USES= kmod uidfix
USE_GITHUB= yes
GH_ACCOUNT= freebsd
GH_PROJECT= drm-kmod-firmware
GH_TAGNAME= df9e66d
.include <bsd.port.mk>