0d67f31a2a
- pkg-plist: added "sbin/c_example_shlib.x"
33 lines
547 B
Makefile
33 lines
547 B
Makefile
# Created by: Adrian Chadd
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= intel-pcm
|
|
DISTVERSION= g20201127
|
|
PORTEPOCH= 1
|
|
CATEGORIES= sysutils
|
|
PKGNAMESUFFIX= -devel
|
|
|
|
MAINTAINER= egypcio@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= 1b0e45e
|
|
|
|
PORTSCOUT= skipv:202011
|
|
|
|
CONFLICTS_INSTALL= intel-pcm
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/*.x ${STAGEDIR}${PREFIX}/sbin
|
|
|
|
.include <bsd.port.mk>
|