1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
freebsd-ports/benchmarks/geekbench/Makefile
Martin Wilke 8dd363ba00 - Update to 2.0.15
PR:		123118
Submitted by:	Gea-Suan Lin <gslin@gslin.org> (maintainer)
2008-04-27 08:23:24 +00:00

28 lines
558 B
Makefile

# New ports collection makefile for: geekbench
# Date created: 2006-12-09
# Whom: Gea-Suan Lin <gslin@gslin.org>
#
# $FreeBSD$
#
PORTNAME= geekbench
PORTVERSION= 2.0.15
CATEGORIES= benchmarks
MASTER_SITES= http://www.primatelabs.ca/download/
DISTNAME= Geekbench2-Linux
DIST_SUBDIR= ${PORTNAME}-${PORTVERSION}
MAINTAINER= gslin@gslin.org
COMMENT= Cross-platform benchmark suite
NO_BUILD= yes
ONLY_FOR_ARCHS= i386 amd64
USE_LINUX= yes
PLIST_FILES= bin/geekbench
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/geekbench ${PREFIX}/bin
.include <bsd.port.mk>