d2939f80cb
PR: 223233 Submitted by: kbowling Approved by: imp (maintainer, via Slack)
26 lines
449 B
Makefile
26 lines
449 B
Makefile
# Created by: Adrian Chadd
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= intel-pcm
|
|
PORTVERSION= 201710
|
|
CATEGORIES= sysutils
|
|
|
|
MAINTAINER= imp@FreeBSD.org
|
|
COMMENT= Process Count Monitor (PCM) for Intel processors
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= gmake
|
|
|
|
ONLY_FOR_ARCHS= i386 amd64
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= opcm
|
|
GH_PROJECT= pcm
|
|
GH_TAGNAME= 201710
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/*.x ${STAGEDIR}${PREFIX}/sbin
|
|
|
|
.include <bsd.port.mk>
|