ports/sysutils/cpuid2cpuflags/Makefile
Alexey Dokuchaev fd804a06f8 sysutils/cpuid2cpuflags: the port had been updated to version 14
Note that Michal Gorny had moved most of his projects under @projg2,
a single shared organization where they could be maintained with a
higher bus factor.

Reported by:	portscout
PR:		280393 (independent)
2024-07-29 08:32:52 +00:00

29 lines
642 B
Makefile

PORTNAME= cpuid2cpuflags
PORTVERSION= 14
DISTVERSIONPREFIX= v
CATEGORIES= sysutils
MAINTAINER= danfe@FreeBSD.org
COMMENT= Tool to generate CPU_FLAGS_* for your CPU
WWW= https://github.com/projg2/cpuid2cpuflags
LICENSE= BSD2CLAUSE
BROKEN_riscv64= fails to build: src/platforms.h:15:4: error: "Unsupported platform, please report"
USES= autoreconf
USE_GITHUB= yes
GH_ACCOUNT= projg2
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>