freebsd-ports/devel/calibrator/Makefile
Bruce M Simpson 11e2501c18 Add calibrator, a tool which attempts to determine various statistics
about a machine's cache and TLB characteristics. Can produce gnuplot output.
2003-10-13 10:24:19 +00:00

27 lines
538 B
Makefile

# New ports collection makefile for: calibrator
# Date created: 13 October 2003
# Whom: bms@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= calibrator
PORTVERSION= 0.9
CATEGORIES= devel
MASTER_SITES= http://homepages.cwi.nl/~manegold/Calibrator/src/
DISTNAME= ${PORTNAME}.c
EXTRACT_SUFX=
MAINTAINER= bms@FreeBSD.org
COMMENT= Cache Profiling Tool
NO_WRKSUBDIR= yes
do-extract:
${MKDIR} ${WRKSRC}
${CP} ${DISTDIR}/${DISTNAME} ${WRKSRC}
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
.include <bsd.port.mk>