mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-16 03:24:07 +00:00
25 lines
501 B
Makefile
25 lines
501 B
Makefile
# Created by: Alexey Dokuchaev <danfe@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= flops
|
|
PORTVERSION= 2.1
|
|
CATEGORIES= benchmarks
|
|
|
|
MAINTAINER= amdmi3@FreeBSD.org
|
|
COMMENT= Floating point benchmark to give your MFLOPS rating
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= AMDmi3
|
|
|
|
PORTDOCS= README
|
|
PLIST_FILES= bin/flops
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/flops ${STAGEDIR}${PREFIX}/bin/
|
|
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
|
${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}/
|
|
|
|
.include <bsd.port.mk>
|