1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00
freebsd-ports/sysutils/intel-pcm/Makefile
2019-09-27 00:03:29 +00:00

30 lines
501 B
Makefile

# Created by: Adrian Chadd
# $FreeBSD$
PORTNAME= intel-pcm
PORTVERSION= 201902
PORTREVISION= 1
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
GH_TAGNAME= 201902
CONFLICTS_INSTALL= intel-pcm-devel
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/*.x ${STAGEDIR}${PREFIX}/sbin
.include <bsd.port.mk>