mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
0922a27da0
Update WWW PR: 158764 Submitted by: Dee-Nice <hostmaster@dee-nice.org> Approved by: maintainer timeout
29 lines
612 B
Makefile
29 lines
612 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.1.13
|
|
CATEGORIES= benchmarks
|
|
MASTER_SITES= http://www.primatelabs.ca/download/
|
|
DISTNAME= Geekbench21-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
|
|
|
|
WRKSRC= ${WRKDIR}/dist/${DISTNAME}
|
|
PLIST_FILES= bin/geekbench
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/geekbench_x86_32 ${PREFIX}/bin/geekbench
|
|
|
|
.include <bsd.port.mk>
|