freebsd-ports/sysutils/libcpuid/Makefile
Alexey Dokuchaev 17f5710ecd sysutils/libcpuid: update the port to version 0.6.0
Reported by:	portscout
2022-09-29 17:08:46 +00:00

34 lines
751 B
Makefile

PORTNAME= libcpuid
PORTVERSION= 0.6.0
DISTVERSIONPREFIX= v
CATEGORIES= sysutils
MAINTAINER= danfe@FreeBSD.org
COMMENT= Small x86 CPU identification library
WWW= http://libcpuid.sourceforge.net/
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/COPYING
ONLY_FOR_ARCHS= amd64 i386 powerpc64le powerpc64 powerpc
USE_GITHUB= yes
GH_ACCOUNT= anrieff
USES= autoreconf libtool pathfix python:test shebangfix
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
INSTALL_TARGET= install-strip
TEST_TARGET= test
SHEBANG_FILES= tests/create_test.py 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>