freebsd-ports/sysutils/cpuid2cpuflags/Makefile
Mark Linimon 2a4b53fe11 Also mark as not for powerpc64le.
Approved by:	portmgr (tier-2 blanket)
2020-09-23 20:59:02 +00:00

32 lines
765 B
Makefile

# Created by: Alexey Dokuchaev <danfe@FreeBSD.org>
# $FreeBSD$
PORTNAME= cpuid2cpuflags
PORTVERSION= 11
DISTVERSIONPREFIX= v
CATEGORIES= sysutils
MAINTAINER= danfe@FreeBSD.org
COMMENT= Tool to generate CPU_FLAGS_* for your CPU
LICENSE= BSD2CLAUSE
BROKEN_powerpc64= fails to build: error "Platform not supported (only Linux supported at the moment)"
BROKEN_powerpc64le= fails to build: error "Platform not supported (only Linux supported at the moment)"
USES= autoreconf
USE_GITHUB= yes
GH_ACCOUNT= mgorny
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>