Files
ports/sysutils/intel-pcm/Makefile
Warner Losh 9f8c0fa161 devel/intel-pcm: Update to 202112
There's a new diagnostic in the build:

"The compiler is too old (g++ 6 or below). Parsing events from
01.org/perfmon won't be supported."

despite the fact we're using the latest clang. I'll investigate and see
what other dependencies are needed (since it's testing for the presence
of other libraries). I'll update with the improved functionality when
that's been sorted.

Sponsored by:		Netflix
2022-01-01 17:31:44 -07:00

27 lines
454 B
Makefile

# Created by: Adrian Chadd
PORTNAME= intel-pcm
PORTVERSION= 202112
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>