blob: 9880acdb3abbdd70dd188102f2229a7f9bb05460 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
# New ports collection makefile for: hs-threadscope
# Date created: December 6, 2011
# Whom: haskell@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= threadscope
PORTVERSION= 0.2.1
PORTREVISION= 1
CATEGORIES= devel haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= A graphical tool for profiling parallel Haskell programs
LICENSE= BSD
CABAL_SETUP= Setup.hs
USE_CABAL= binary cairo deepseq>=1.1 ghc-events>=0.3 glib gtk>=0.12 \
gtk2hs-buildtools mtl pango
EXECUTABLE= threadscope
STANDALONE= yes
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>
|