aboutsummaryrefslogtreecommitdiffstats
path: root/devel/easy-profiler/Makefile
blob: 7cb4dc2782b703716c04c7c62dfb69567ffa6223 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
PORTNAME=	easy-profiler
DISTVERSIONPREFIX=	v
DISTVERSION=	2.1.0-41
DISTVERSIONSUFFIX=	-g3104dd4
CATEGORIES=	devel

MAINTAINER=	yuri@FreeBSD.org
COMMENT=	Lightweight profiler library for C++
WWW=		https://github.com/yse/easy_profiler

LICENSE=	APACHE20 MIT
LICENSE_COMB=	dual
LICENSE_FILE_APACHE20=	${WRKSRC}/easy_profiler_core/LICENSE.APACHE
LICENSE_FILE_MIT=	${WRKSRC}/easy_profiler_core/LICENSE.MIT

BROKEN_i386=	see https://github.com/yse/easy_profiler/issues/202

USES=		cmake compiler:c++11-lang qt:5
USE_QT=		core gui widgets buildtools:build qmake:build

USE_GITHUB=	yes
GH_ACCOUNT=	yse
GH_PROJECT=	easy_profiler

CXXFLAGS+=	-Dint64=int64_t

post-install:
	@${RM} ${STAGEDIR}${PREFIX}/LICENSE.*

.include <bsd.port.mk>