a90f8279c5
Reported by: -fetch-original pointyhat run
30 lines
621 B
Makefile
30 lines
621 B
Makefile
# New ports collection makefile for: blogbench
|
|
# Date created: Feb 14, 2005
|
|
# Whom: janos.mohacsi@bsd.hu
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= blogbench
|
|
PORTVERSION= 1.0
|
|
CATEGORIES= benchmarks
|
|
MASTER_SITES= http://download.pureftpd.org/pub/blogbench/ \
|
|
ftp://ftp.pureftpd.org/pub/pure-ftpd/misc/blogbench/
|
|
|
|
MAINTAINER= janos.mohacsi@bsd.hu
|
|
COMMENT= Performance Test of Filesystem I/O
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_BZIP2= yes
|
|
|
|
MAN8= blogbench.8
|
|
PLIST_FILES= bin/blogbench
|
|
PORTDOCS= README
|
|
|
|
post-install:
|
|
.if !defined(NOPORTDOCS)
|
|
${MKDIR} ${DOCSDIR}
|
|
${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${DOCSDIR}
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|