blob: bc5ae369c1f52cabb94e84332a5247bb8d4342cd (
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
28
29
30
31
32
33
34
35
36
|
PORTNAME= threadscope
PORTVERSION= 0.2.14
CATEGORIES= devel haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= Graphical tool for profiling parallel Haskell programs
LICENSE= BSD3CLAUSE
LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \
libfreetype.so:print/freetype2
USES= cabal gnome pkgconfig
USE_GNOME= cairo gdkpixbuf2 glib20 gtk20
USE_CABAL= alex-3.2.6 \
cairo-0.13.8.1 \
exceptions-0.10.4_1 \
file-embed-0.0.13.0 \
ghc-events-0.15.1 \
glib-0.13.8.1 \
gtk-0.15.5 \
gtk2hs-buildtools-0.13.8.0 \
happy-1.20.0 \
hashable-1.3.1.0 \
hashtables-1.2.4.1 \
pango-0.13.8.1 \
primitive-0.7.1.0_2 \
random-1.2.0_5 \
splitmix-0.1.0.3 \
temporary-1.3 \
utf8-string-1.0.2 \
vector-0.12.2.0
.include <bsd.port.mk>
|