summaryrefslogtreecommitdiff
path: root/sysutils/cpu-microcode-rc/Makefile
blob: 84af71889f202a88668d937ae0d9b02b467a7cf6 (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
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>