freebsd-ports/benchmarks/nbench/Makefile
Pav Lucistnik b38ddbe60f - Update to 2.2.2
PR:		ports/78563
Submitted by:	devel @ titan <darkn3ss@perl-dev.net>
Approved by:	Frank Laszlo <laszlof@vonostingroup.com> (maintainer)
2005-03-09 16:12:57 +00:00

31 lines
687 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= ftp://ftp.tux.org/pub/tux/mayer/
DISTNAME= ${PORTNAME}-byte-${PORTVERSION}
MAINTAINER= laszlof@vonostingroup.com
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>