aboutsummaryrefslogtreecommitdiff
path: root/devel/asmjit/Makefile
blob: e14103de717597d516f88a3aa7c00320de07d0de (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
PORTNAME=	asmjit
DISTVERSION=	g20200101
CATEGORIES=	devel

MAINTAINER=	yuri@FreeBSD.org
COMMENT=	Complete x86/x64 JIT and AOT Assembler for C++

LICENSE=	ZLIB
LICENSE_FILE=	${WRKSRC}/LICENSE.md

ONLY_FOR_ARCHS=	amd64 i386
ONLY_FOR_ARCHS_REASON=	only implements x86 and x64 assembly

USES=		cmake
USE_GITHUB=	yes
GH_TAGNAME=	911a9a50a2cbc9802c4d44e94b8b99e1d9285cf3
USE_LDCONFIG=	yes

.include <bsd.port.mk>