707c6bf295
Ports that build out of source now simply can use "USES=cmake" instead of "USES=cmake:outsource". Ports that fail to build out of source now need to specify "USES=cmake:insource". I tried to only set insource where explictely needed. PR: 232038 Exp-run by: antoine
23 lines
471 B
Makefile
23 lines
471 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= libcelero
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 2.4.0
|
|
PORTREVISION= 1
|
|
CATEGORIES= benchmarks
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= C++ benchmark authoring library/framework
|
|
|
|
LICENSE= APACHE20
|
|
LICENSE_FILE= ${WRKSRC}/license.txt
|
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/include/sys/sysinfo.h:devel/libsysinfo
|
|
|
|
USES= cmake compiler:c++11-lang localbase:ldflags
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= DigitalInBlue
|
|
GH_PROJECT= Celero
|
|
USE_LDCONFIG= yes
|
|
|
|
.include <bsd.port.mk>
|