diff options
Diffstat (limited to 'sysutils/cpu-microcode-rc/Makefile')
-rw-r--r-- | sysutils/cpu-microcode-rc/Makefile | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/sysutils/cpu-microcode-rc/Makefile b/sysutils/cpu-microcode-rc/Makefile new file mode 100644 index 000000000000..84af71889f20 --- /dev/null +++ b/sysutils/cpu-microcode-rc/Makefile @@ -0,0 +1,27 @@ +PORTNAME= microcode +PORTVERSION= 1.0 +CATEGORIES= sysutils +PKGNAMEPREFIX= cpu- +PKGNAMESUFFIX= -rc +MASTER_SITES= # none +DISTFILES= # none +EXTRACT_ONLY= # none + +MAINTAINER= sbruno@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> |