forked from Lainports/freebsd-ports
While here, pet portclippy/portfmt. Approved by: seanc (past maintainer) Sponsored by: The FreeBSD Foundation
16 lines
377 B
Makefile
16 lines
377 B
Makefile
PORTNAME= microcode
|
|
PORTVERSION= 1.0
|
|
CATEGORIES= sysutils
|
|
PKGNAMEPREFIX= cpu-
|
|
|
|
MAINTAINER= jrm@FreeBSD.org
|
|
COMMENT= Meta-package for CPU microcode updates
|
|
|
|
ONLY_FOR_ARCHS= amd64 i386
|
|
|
|
RUN_DEPENDS= ${LOCALBASE}/share/cpucontrol/microcode_amd.bin:sysutils/cpu-microcode-amd \
|
|
/boot/firmware/intel-ucode.bin:sysutils/cpu-microcode-intel
|
|
|
|
USES= metaport
|
|
|
|
.include <bsd.port.mk>
|