2006-07-26 17:33:21 +02:00
|
|
|
# New ports collection makefile for: sysutils/xdd
|
|
|
|
# Date created: 29.05.2006
|
|
|
|
# Whom: Gerhard Gonter <g.gonter@ieee.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= xdd
|
2007-03-16 21:58:31 +01:00
|
|
|
PORTVERSION= 65
|
2012-04-15 13:43:13 +02:00
|
|
|
PORTREVISION= 1
|
2007-12-21 16:31:18 +01:00
|
|
|
CATEGORIES= benchmarks
|
2006-07-26 17:33:21 +02:00
|
|
|
MASTER_SITES= http://www.ioperformance.com/xddversions/
|
2007-03-16 21:58:31 +01:00
|
|
|
DISTNAME= xdd65.013007
|
|
|
|
EXTRACT_SUFX= .tgz
|
2006-07-26 17:33:21 +02:00
|
|
|
|
|
|
|
MAINTAINER= g.gonter@ieee.org
|
|
|
|
COMMENT= Tool for measuring and characterizing disk subsystem I/O
|
|
|
|
|
2007-03-16 21:58:31 +01:00
|
|
|
WRKSRC= ${WRKDIR}/${DISTNAME}
|
2006-07-26 17:33:21 +02:00
|
|
|
PLIST_FILES= bin/xdd bin/timeserver bin/gettime
|
2007-03-16 21:58:31 +01:00
|
|
|
USE_DOS2UNIX= yes
|
|
|
|
DOS2UNIX_REGEX= .*\.(c|cpp|h)
|
2006-07-26 17:33:21 +02:00
|
|
|
|
|
|
|
post-extract:
|
|
|
|
${CP} ${FILESDIR}/freebsd.makefile ${WRKSRC}
|
|
|
|
|
|
|
|
do-build:
|
|
|
|
@cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} -f freebsd.makefile
|
|
|
|
|
|
|
|
do-install:
|
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/bin/xdd.freebsd ${PREFIX}/bin/xdd
|
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/bin/timeserver.freebsd ${PREFIX}/bin/timeserver
|
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/bin/gettime.freebsd ${PREFIX}/bin/gettime
|
|
|
|
|
2007-04-18 22:03:44 +02:00
|
|
|
.include <bsd.port.mk>
|