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

MAINTAINER=	0mp@FreeBSD.org
COMMENT=	File system and storage benchmark

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>