freebsd-ports/sysutils/intel-pcm/Makefile
Dmitry Marakasov b1aa7e6920 - Fix build on 9.x
- While here, don't set flags which are not used

Submitted by:	pkg-fallout
Approved by:	portmgr blanket
2015-06-26 12:43:32 +00:00

25 lines
522 B
Makefile

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