freebsd-ports/sysutils/cpu-microcode-rc/Makefile
Joseph Mingrone 4d5a4efedb
sysutils/cpu-microcode-rc: Update pkg-descr and pkg-message
- Note that the early loading is now available for AMD systems after
  2024-02-22 src snapshot, 34467bd76.
- Do not refer to old port names
- Refer to sysutils/cpu-microcode-* so we are covered if any new CPU
  microcode ports are added to the tree

Reviewed by:	chs
Sponsored by:	The FreeBSD Foundation
Differential Revision:	https://reviews.freebsd.org/D44048
2024-02-24 16:34:14 -04:00

28 lines
473 B
Makefile

PORTNAME= microcode
PORTVERSION= 1.0
PORTREVISION= 2
CATEGORIES= sysutils
MASTER_SITES= # none
PKGNAMEPREFIX= cpu-
PKGNAMESUFFIX= -rc
DISTFILES= # none
EXTRACT_ONLY= # none
MAINTAINER= jrm@FreeBSD.org
COMMENT= RC script for CPU 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
.include <bsd.port.mk>