aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/gpu-firmware-kmod/Makefile
blob: caed9d4871ddd0b751035f947b95e7e6c88a9931 (plain) (blame)
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
27
28
29
30
# Created by: Johannes Dieterich <jmd@FreeBSD.org>
# $FreeBSD$

PORTNAME=   gpu-firmware-kmod
PORTVERSION=    g20170822
PORTREVISION=   1
CATEGORIES= graphics

MAINTAINER= jmd@FreeBSD.org
COMMENT=    Firmware modules for the linuxkpi-based KMS components

ONLY_FOR_ARCHS= amd64
ONLY_FOR_ARCHS_REASON=  the new KMS components are only supported on amd64

NO_PACKAGE= Distribution in binary form without license file not allowed

USE_GITHUB= yes
GH_ACCOUNT= FreeBSDDesktop
GH_PROJECT= kms-firmware
GH_TAGNAME= 39de0f1

USES=       kmod

.include <bsd.port.pre.mk>

.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1200019
IGNORE=     not supported on 11.x or older, no kernel support
.endif

.include <bsd.port.post.mk>