mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 15:33:55 +02:00
788a7a0532
Fixes the build on sparc64
25 lines
336 B
Makefile
25 lines
336 B
Makefile
COMMENT= test flash cards capacity and performance
|
|
|
|
GH_ACCOUNT= AltraMayor
|
|
GH_PROJECT= f3
|
|
GH_TAGNAME= v10.0
|
|
|
|
CATEGORIES= sysutils
|
|
|
|
# GPLv3
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
# C17
|
|
COMPILER= base-clang ports-gcc
|
|
COMPILER_LANGS= c
|
|
|
|
# uses pledge()
|
|
WANTLIB= c m
|
|
|
|
USE_GMAKE= Yes
|
|
NO_TEST= Yes
|
|
|
|
BUILD_DEPENDS= devel/argp-standalone
|
|
|
|
.include <bsd.port.mk>
|