Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-kde
Path: blob/main/benchmarks/filebench/Makefile
16461 views
PORTNAME=	filebench
DISTVERSION=	1.5-alpha3-27
DISTVERSIONSUFFIX=	-g22620e6
CATEGORIES=	benchmarks

MAINTAINER=	[email protected]
COMMENT=	File system and storage benchmark
WWW=		https://github.com/filebench/filebench/wiki

LICENSE=	CDDL
LICENSE_FILE=	${WRKSRC}/LICENSE

USES=		autoreconf libtool
USE_GITHUB=	yes
USE_LDCONFIG=	${PREFIX}/lib/${PORTNAME}

GNU_CONFIGURE=	yes

post-install:
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/${PORTNAME}/*.so.0.0.0

.include <bsd.port.mk>