aboutsummaryrefslogtreecommitdiff
path: root/benchmarks/filebench/Makefile
blob: c8c37c738df9c659cfeeeb3b37141f8687518ef3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Created by: Tom Judge <tom@tomjudge.com>
# $FreeBSD$

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>