Files
ports/sysutils/cpuid2cpuflags/Makefile
T
Alexey Dokuchaev a628b19fb1 sysutils/cpuid2cpuflags: update the port to version 15
- The code had been relicensed to GPL-2.0-or-later
- Added SVE2 feature flag detection for AArch64
- Added Ryzen 7 PRO 7840U to the test data
- Switch to bootstrapped static .tar.bz2 tarball

Reported by:	portscout
2025-02-26 09:53:12 +00:00

28 lines
637 B
Makefile

PORTNAME= cpuid2cpuflags
PORTVERSION= 15
CATEGORIES= sysutils
MASTER_SITES= ${WWW}/releases/download/v${PORTVERSION}/
MAINTAINER= danfe@FreeBSD.org
COMMENT= Tool to generate CPU_FLAGS_* for your CPU
WWW= https://github.com/projg2/cpuid2cpuflags
LICENSE= GPLv2+
BROKEN_riscv64= fails to build: src/platforms.h:15:4: error: "Unsupported platform, please report"
USES= tar:bzip2
GNU_CONFIGURE= yes
TEST_TARGET= check
PLIST_FILES= bin/${PORTNAME}
PORTDOCS= README
OPTIONS_DEFINE= DOCS
post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>