mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
51c60ddf7f
While here stagify some of the ports Modernize LIB_DEPENDS Extract zip with bsdtar when possible
30 lines
824 B
Makefile
30 lines
824 B
Makefile
# Created by: Gerhard Gonter <g.gonter@ieee.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= xdd
|
|
PORTVERSION= 65
|
|
PORTREVISION= 1
|
|
CATEGORIES= benchmarks
|
|
MASTER_SITES= http://www.ioperformance.com/xddversions/
|
|
DISTNAME= xdd65.013007
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Tool for measuring and characterizing disk subsystem I/O
|
|
|
|
WRKSRC= ${WRKDIR}/${DISTNAME}
|
|
PLIST_FILES= bin/xdd bin/timeserver bin/gettime
|
|
USES= dos2unix
|
|
DOS2UNIX_REGEX= .*\.(c|cpp|h)
|
|
MAKEFILE= freebsd.makefile
|
|
|
|
post-extract:
|
|
${CP} ${FILESDIR}/freebsd.makefile ${WRKSRC}
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/bin/xdd.freebsd ${STAGEDIR}${PREFIX}/bin/xdd
|
|
${INSTALL_PROGRAM} ${WRKSRC}/bin/timeserver.freebsd ${STAGEDIR}${PREFIX}/bin/timeserver
|
|
${INSTALL_PROGRAM} ${WRKSRC}/bin/gettime.freebsd ${STAGEDIR}${PREFIX}/bin/gettime
|
|
|
|
.include <bsd.port.mk>
|