freebsd-ports/devel/hs-threadscope/Makefile
Gleb Popov b299244952 lang/ghc: Update to 8.10.1.
As usual, along with the compiler, many Haskell packages are updated as well.
2020-08-16 07:56:18 +00:00

38 lines
758 B
Makefile

# $FreeBSD$
PORTNAME= threadscope
PORTVERSION= 0.2.13
PORTREVISION= 2
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.5 \
cairo-0.13.8.1 \
exceptions-0.10.4 \
file-embed-0.0.13.0 \
ghc-events-0.13.0 \
glib-0.13.8.1 \
gtk2hs-buildtools-0.13.8.0 \
gtk-0.15.5 \
happy-1.19.12 \
hashable-1.3.0.0_1 \
hashtables-1.2.3.4 \
pango-0.13.8.1 \
primitive-0.7.0.1 \
random-1.1_1 \
temporary-1.3 \
utf8-string-1.0.1.1_3 \
vector-0.12.1.2
.include <bsd.port.mk>