- move to official github project - update comment to changes in project focus - add license file - drop use of compiler:c1++11-lib, no longer needed - remove patch for pci.cpp, no longer needed - update pkg-descr with text from new website PR: 215897 Approved by: imp (maintainer, timeout: 16 days)
26 lines
450 B
Makefile
26 lines
450 B
Makefile
# Created by: Adrian Chadd
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= intel-pcm
|
|
PORTVERSION= 2.11.1
|
|
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= 5581ad7
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/*.x ${STAGEDIR}${PREFIX}/sbin
|
|
|
|
.include <bsd.port.mk>
|