freebsd-ports/sysutils/devcpu-data/Makefile
Steve Wills e434905240 sysutils/devcpu-data: update to the intel blob 20150125
PR:		197684
Submitted by:	John Clark <clarkjc@runbox.com> (maintainer)
2015-02-28 19:16:34 +00:00

35 lines
842 B
Makefile

# Created by: stas
# $FreeBSD$
PORTNAME= data
PORTVERSION= 1.4
CATEGORIES= sysutils
MASTER_SITES= http://downloadmirror.intel.com/24661/eng/:intel \
http://www.amd64.org/microcode/:amd
PKGNAMEPREFIX= devcpu-
DISTFILES= microcode-20150121.tgz:intel amd-ucode-latest.tar.bz2:amd
MAINTAINER= clarkjc@runbox.com
COMMENT= Intel and AMD CPUs microcode updates
LICENSE= EULA
LICENSE_NAME= Intel Software License Agreement
LICENSE_FILE= ${FILESDIR}/LICENSE
LICENSE_PERMS= dist-mirror no-dist-sell pkg-mirror no-pkg-sell
NO_WRKSUBDIR= yes
ONLY_FOR_ARCHS= i386 amd64
DATADIR= ${PREFIX}/share/cpucontrol
USE_RC_SUBR= microcode_update
post-extract:
${CP} -p ${FILESDIR}/Makefile ${FILESDIR}/ucode-tool.c ${WRKSRC}
do-install:
${MKDIR} ${STAGEDIR}${DATADIR}/
${INSTALL_DATA} ${WRKSRC}/mcodes/* ${STAGEDIR}${DATADIR}/
.include <bsd.port.mk>