freebsd-ports/benchmarks/nbench/Makefile
Frank J. Laszlo 40d889badc Update my email address in all ports that I maintain.
Approved by:	flz (mentor)
2006-11-07 15:37:06 +00:00

30 lines
681 B
Makefile

# New ports collection makefile for: nbench
# Date created: 17 December 1997
# Whom: Andrey Zakhvatov
#
# $FreeBSD$
#
PORTNAME= nbench
PORTVERSION= 2.2.2
CATEGORIES= benchmarks
MASTER_SITES= http://www.tux.org/~mayer/linux/
DISTNAME= ${PORTNAME}-byte-${PORTVERSION}
MAINTAINER= laszlof@FreeBSD.org
COMMENT= BYTE Magazine's native benchmarks
ALL_TARGET= # empty
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/nbench ${PREFIX}/bin
@${MKDIR} ${DATADIR}
${INSTALL_DATA} ${WRKSRC}/NNET.DAT ${DATADIR}
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
.for f in README README.submit RESULTS bdoc.txt
${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
.endfor
.endif
.include <bsd.port.mk>