freebsd-ports/devel/callgrind/Makefile
Simon Barner 2ac8a5d047 Use IGNORE instead of BROKEN.
Pointed out by:					danfe
Porters' handbook chapter to be re-read by me:	17.19 (Marking a port
	BROKEN, FORBIDDEN, or otherwise not installable)
Approved by:					arved (implicit)
2005-03-14 13:50:27 +00:00

33 lines
842 B
Makefile

# New ports collection makefile for: calltree
# Date created: Jun 3 2004
# Whom: Simon Barner <barner@gmx.de>
#
# $FreeBSD$
#
PORTNAME= callgrind
PORTVERSION= 0.9.8
CATEGORIES= devel
MASTER_SITES= http://kcachegrind.sourceforge.net/
MAINTAINER= barner@FreeBSD.org
COMMENT= Valgrind skin for cache simulation and call tracing
IGNORE= Dumps core \(SIGBUS\). \(Also v. 0.9.10\!\)
ONLY_FOR_ARCHS= i386
GNU_CONFIGURE= yes
USE_GMAKE= yes
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>