summaryrefslogtreecommitdiff
path: root/benchmarks/filebench/Makefile
blob: e5d1cb964c289e9597b737006e13ae22de1f4f2e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
PORTNAME=	filebench
DISTVERSION=	1.5-alpha3-27
DISTVERSIONSUFFIX=	-g22620e6
CATEGORIES=	benchmarks

MAINTAINER=	0mp@FreeBSD.org
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>