diff options
Diffstat (limited to 'devel/calibrator/Makefile')
-rw-r--r-- | devel/calibrator/Makefile | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/devel/calibrator/Makefile b/devel/calibrator/Makefile new file mode 100644 index 000000000000..7a2952be0c01 --- /dev/null +++ b/devel/calibrator/Makefile @@ -0,0 +1,27 @@ +# 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> |