# $FreeBSD: head/devel/hs-threadscope/Makefile 461362 2018-02-10 08:03:22Z tcberner $

PORTNAME=	threadscope
PORTVERSION=	0.2.8
PORTREVISION=	1
CATEGORIES=	devel haskell

MAINTAINER=	haskell@FreeBSD.org
COMMENT=	Graphical tool for profiling parallel Haskell programs

LICENSE=	BSD3CLAUSE

USE_CABAL=	cairo ghc-events glib gtk mtl pango text

EXECUTABLE=	threadscope

STANDALONE=	yes

.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>
