aboutsummaryrefslogtreecommitdiff
path: root/devel/hs-threadscope/Makefile
blob: ece35926ec63a1b38bfce280c608699f3f4f320c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# $FreeBSD$

PORTNAME=	threadscope
PORTVERSION=	0.2.8
PORTREVISION=	2
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

EXECUTABLE=	threadscope

STANDALONE=	yes

IGNORE=		Doesn't build with recent GHC version

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