mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
ab518c4d10
Reported by: portscout
33 lines
651 B
Makefile
33 lines
651 B
Makefile
PORTNAME= xbyak
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 5.993
|
|
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-targets.cmake \
|
|
lib/cmake/xbyak/xbyakConfig.cmake
|
|
|
|
do-test: install
|
|
@cd ${WRKSRC}/test && ${SETENV} ${MAKE_ENV} ${GMAKE} ${_MAKE_JOBS} test
|
|
|
|
.include <bsd.port.mk>
|