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

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>