blob: 9a16ab166af358ccc679b64a271f931dc289131f (
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
31
32
33
34
35
36
37
38
|
# Created by: stas
PORTNAME= data
PORTVERSION= 20211006
CATEGORIES= sysutils
MASTER_SITES= # none
PKGNAMEPREFIX= devcpu-
DISTFILES= # none
EXTRACT_ONLY= # none
MAINTAINER= sbruno@FreeBSD.org
COMMENT= AMD and Intel CPUs microcode updates
LICENSE= BSD2CLAUSE
ONLY_FOR_ARCHS= amd64 i386
USE_RC_SUBR= microcode_update
DATADIR= ${PREFIX}/share/cpucontrol
NO_ARCH= yes
NO_BUILD= yes
NO_INSTALL= yes
SUB_FILES= pkg-message
NO_WRKSUBDIR= yes
OPTIONS_DEFAULT= AMD INTEL
OPTIONS_MULTI= VENDOR
OPTIONS_MULTI_VENDOR= AMD INTEL
AMD_DESC= Depend on sysutils/devcpu-data-amd
INTEL_DESC= Depend on sysutils/devcpu-data-intel
AMD_RUN_DEPENDS= ${LOCALBASE}/share/cpucontrol/microcode_amd.bin:sysutils/devcpu-data-amd
INTEL_RUN_DEPENDS= /boot/firmware/intel-ucode.bin:sysutils/devcpu-data-intel
.include <bsd.port.mk>
|