ports/sysutils/libcpuid/Makefile
Alexey Dokuchaev 8fe0d3df98 sysutils/libcpuid: update the port to version 0.7.1
Not told by:	portscout :(
2025-03-05 18:41:12 +00:00

29 lines
689 B
Makefile

PORTNAME= libcpuid
PORTVERSION= 0.7.1
CATEGORIES= sysutils
MASTER_SITES= https://github.com/anrieff/libcpuid/releases/download/v${PORTVERSION}/
MAINTAINER= danfe@FreeBSD.org
COMMENT= Small x86 CPU identification library
WWW= https://libcpuid.sourceforge.net/
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/COPYING
USES= libtool pathfix python:test shebangfix
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
INSTALL_TARGET= install-strip
TEST_TARGET= test
SHEBANG_FILES= tests/run_tests.py
PORTDOCS= AUTHORS ChangeLog Readme.md
OPTIONS_DEFINE= DOCS
post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>