mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
23 lines
451 B
Makefile
23 lines
451 B
Makefile
# New ports collection makefile for: ubench
|
|
# Date created: 6 June 2000
|
|
# Whom: Yen-Ming Lee <leeym@cae.ce.ntu.edu.tw>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= ubench
|
|
PORTVERSION= 0.32
|
|
CATEGORIES= benchmarks
|
|
MASTER_SITES= ${MASTER_SITE_SUNSITE}
|
|
MASTER_SITE_SUBDIR= system/benchmark
|
|
|
|
MAINTAINER= leeym@FreeBSD.org
|
|
COMMENT= Unix Benchmark Utility for CPU(s) and memory
|
|
|
|
HAS_CONFIGURE= yes
|
|
|
|
MAN8= ubench.8
|
|
PLIST_FILES= bin/ubench
|
|
|
|
.include <bsd.port.mk>
|