freebsd-ports/sysutils/intel-pcm/Makefile
Warner Losh c87adf0cda Regenerate the .tar.gz file without ^M for real this time.
Update the checksum. Update the PORTREVISION like I should
have done in the last iteration.
2015-12-23 23:43:31 +00:00

26 lines
545 B
Makefile

# Created by: Adrian Chadd
# $FreeBSD$
PORTNAME= intel-pcm
PORTVERSION= 2.10
PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= LOCAL/imp
DISTNAME= IntelPerformanceCounterMonitor-PCM-V${PORTVERSION}
MAINTAINER= imp@FreeBSD.org
COMMENT= Intel PCM toolkit
LICENSE= BSD3CLAUSE
USES= compiler:c++11-lang gmake
ONLY_FOR_ARCHS= i386 amd64
WRKSRC= ${WRKDIR}/IntelPerformanceCounterMonitor-PCM-V${PORTVERSION}
MAKE_ARGS= CXX="${CXX}" LIB=-lpthread
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/*.x ${STAGEDIR}${PREFIX}/sbin
.include <bsd.port.mk>