mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
19 lines
395 B
Makefile
19 lines
395 B
Makefile
|
# New ports collection makefile for: byte
|
||
|
# Version required:
|
||
|
# Date created: 28 December 1995
|
||
|
# Whom: se
|
||
|
#
|
||
|
# $Id: Makefile,v 1.3 1995/11/22 11:36:48 asami Exp $
|
||
|
#
|
||
|
|
||
|
DISTNAME= bytebench-3.1
|
||
|
EXTRACT_SUFX= .tar.Z
|
||
|
CATEGORIES+= benchmarks
|
||
|
MASTER_SITES= ftp://ftp.inria.fr/system/benchmark/
|
||
|
|
||
|
MAINTAINER= se@FreeBSD.org
|
||
|
|
||
|
CFLAGS+= -static
|
||
|
|
||
|
.include <bsd.port.mk>
|