Update to latest release, 202105. Notable changes since 202011: o Support Intel Atom Processor P5900 Series (SnowRidge) o Support Icelake server processors o Add Coment Lake support o Add Tiger Lake support Sponsored by: Netflix
26 lines
454 B
Makefile
26 lines
454 B
Makefile
# Created by: Adrian Chadd
|
|
|
|
PORTNAME= intel-pcm
|
|
PORTVERSION= 202105
|
|
CATEGORIES= sysutils
|
|
|
|
MAINTAINER= imp@FreeBSD.org
|
|
COMMENT= Process Count Monitor (PCM) for Intel processors
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
ONLY_FOR_ARCHS= amd64 i386
|
|
|
|
USES= gmake
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= opcm
|
|
GH_PROJECT= pcm
|
|
|
|
CONFLICTS_INSTALL= intel-pcm-devel
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/*.x ${STAGEDIR}${PREFIX}/sbin
|
|
|
|
.include <bsd.port.mk>
|