mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
407cef6138
Reported by: portscout
34 lines
698 B
Makefile
34 lines
698 B
Makefile
PORTNAME= xbyak
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 6.01
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= Header-only JIT assembler for x86/x64 SIMD
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/COPYRIGHT
|
|
|
|
TEST_DEPENDS= gmake:devel/gmake
|
|
|
|
USES= cmake
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= herumi
|
|
|
|
NO_BUILD= yes
|
|
NO_ARCH= yes
|
|
|
|
PLIST_FILES= include/xbyak/xbyak.h \
|
|
include/xbyak/xbyak_bin2hex.h \
|
|
include/xbyak/xbyak_mnemonic.h \
|
|
include/xbyak/xbyak_util.h \
|
|
lib/cmake/xbyak/xbyak-config-version.cmake \
|
|
lib/cmake/xbyak/xbyak-config.cmake \
|
|
lib/cmake/xbyak/xbyak-targets.cmake
|
|
|
|
do-test: install
|
|
@cd ${WRKSRC}/test && ${SETENV} ${MAKE_ENV} ${GMAKE} ${_MAKE_JOBS} test
|
|
|
|
.include <bsd.port.mk>
|