Update sysutils/filelight to version 20.04.0
[dports.git] / sysutils / cpuid2cpuflags / Makefile
1 # Created by: Alexey Dokuchaev <danfe@FreeBSD.org>
2 # $FreeBSD$
3
4 PORTNAME=       cpuid2cpuflags
5 PORTVERSION=    9
6 DISTVERSIONPREFIX=      v
7 CATEGORIES=     sysutils
8
9 MAINTAINER=     danfe@FreeBSD.org
10 COMMENT=        Tool to generate CPU_FLAGS_* for your CPU
11
12 LICENSE=        BSD2CLAUSE
13
14 BROKEN_powerpc64=       fails to build: error "Platform not supported (only Linux supported at the moment)"
15
16 USES=           autoreconf
17 USE_GITHUB=     yes
18 GH_ACCOUNT=     mgorny
19 GNU_CONFIGURE=  yes
20 TEST_TARGET=    check
21
22 PLIST_FILES=    bin/${PORTNAME}
23 PORTDOCS=       README
24
25 OPTIONS_DEFINE= DOCS
26
27 post-install-DOCS-on:
28         @${MKDIR} ${STAGEDIR}${DOCSDIR}
29         ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}
30
31 .include <bsd.port.mk>