blob: 5f6e23db4c06dcd1c2d1bea7ca285c7cde419d32 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# 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.31
CATEGORIES= benchmarks
MASTER_SITES= ftp://metalab.unc.edu/pub/Linux/system/benchmark/ \
http://linuxberg.concepts.nl/files/console/system/
MAINTAINER= leeym@cae.ce.ntu.edu.tw
HAS_CONFIGURE= yes
MAN8= ubench.8
.include <bsd.port.mk>
|