freebsd-ports/benchmarks/filebench/Makefile
Mateusz Piotrowski 45100dd5b5 Resurrect benchmarks/filebench
Upstream moved to GitHub and is still accepting patches (interestingly, the
most recent commits fix building Filebench on FreeBSD).
2020-09-21 11:37:42 +00:00

24 lines
478 B
Makefile

# 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>