2004-07-31 11:47:19 -04:00
|
|
|
# New ports collection makefile for: calltree
|
|
|
|
# Date created: Jun 3 2004
|
|
|
|
# Whom: Simon Barner <barner@gmx.de>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2004-09-01 12:27:21 -04:00
|
|
|
PORTNAME= callgrind
|
|
|
|
PORTVERSION= 0.9.8
|
2004-07-31 11:47:19 -04:00
|
|
|
CATEGORIES= devel
|
2004-09-01 12:27:21 -04:00
|
|
|
MASTER_SITES= http://kcachegrind.sourceforge.net/
|
2004-07-31 11:47:19 -04:00
|
|
|
|
2005-02-28 08:05:25 -05:00
|
|
|
MAINTAINER= barner@FreeBSD.org
|
2004-07-31 11:47:19 -04:00
|
|
|
COMMENT= Valgrind skin for cache simulation and call tracing
|
|
|
|
|
2005-03-14 08:50:27 -05:00
|
|
|
IGNORE= Dumps core \(SIGBUS\). \(Also v. 0.9.10\!\)
|
2006-09-02 16:27:12 -04:00
|
|
|
DEPRECATED= ${IGNORE}
|
|
|
|
EXPIRATION_DATE=2006-12-01
|
2004-07-31 11:47:19 -04:00
|
|
|
|
2004-08-02 06:45:40 -04:00
|
|
|
ONLY_FOR_ARCHS= i386
|
2004-07-31 11:47:19 -04:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_GMAKE= yes
|
|
|
|
|
2004-09-01 12:27:21 -04:00
|
|
|
OPTIONS= VALGRIND_SNAPSHOT "Depend on snapshot version of valgrind" off
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if defined (WITH_VALGRIND_SNAPSHOT)
|
|
|
|
RUN_DEPENDS= valgrind:${PORTSDIR}/devel/valgrind-snapshot
|
|
|
|
BUILD_DEPENDS= valgrind:${PORTSDIR}/devel/valgrind-snapshot
|
|
|
|
.else
|
|
|
|
RUN_DEPENDS= valgrind:${PORTSDIR}/devel/valgrind
|
|
|
|
BUILD_DEPENDS= valgrind:${PORTSDIR}/devel/valgrind
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|