Files

39 lines
730 B
Makefile
Raw Permalink Normal View History

COMMENT= flexible I/O tester
GH_ACCOUNT= axboe
GH_PROJECT= fio
2025-12-28 05:34:39 +00:00
GH_TAGNAME= fio-3.41
PKGNAME= ${GH_TAGNAME}
CATEGORIES= benchmarks
HOMEPAGE= https://fio.readthedocs.io/
MAINTAINER= Kurt Miller <kurt@openbsd.org>
# GPLv2 + MORAL-LICENSE which encourages users to mention fio and which
# version was used when publishing results and that features or bug fixes
# be sent upstream to fio
PERMIT_PACKAGE= Yes
COMPILER= base-clang ports-gcc
COMPILER_LANGS= c
2025-12-28 05:34:39 +00:00
WANTLIB += c gnutls m nfs pthread z
USE_GMAKE= Yes
SEPARATE_BUILD= Yes
CONFIGURE_STYLE=simple
MAKE_FLAGS= V=1 \
EXTFLAGS="${CFLAGS}"
CONFIGURE_ARGS= --disable-optimizations \
--disable-native
2025-12-28 05:34:39 +00:00
LIB_DEPENDS= devel/libnfs \
security/gnutls
.include <bsd.port.mk>