mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 02:21:15 +02:00
24 lines
527 B
Makefile
24 lines
527 B
Makefile
# Created by: Johannes Dieterich <jmd@FreeBSD.org>
|
|
# $FreeBSD: head/graphics/gpu-firmware-kmod/Makefile 514545 2019-10-15 16:23:05Z jmd $
|
|
|
|
PORTNAME= gpu-firmware-kmod
|
|
PORTVERSION= 20230210
|
|
CATEGORIES= graphics
|
|
|
|
MAINTAINER= jmd@FreeBSD.org
|
|
COMMENT= Firmware modules for the linuxkpi-based KMS components
|
|
|
|
USES= kmod uidfix
|
|
|
|
USE_GITHUB= yes
|
|
#GH_ACCOUNT= freebsd
|
|
#GH_PROJECT= drm-kmod-firmware
|
|
#GH_TAGNAME= df9e66d
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= freebsd
|
|
GH_PROJECT= drm-kmod-firmware
|
|
GH_TAGNAME= 20230210_5
|
|
|
|
.include <bsd.port.mk>
|