forked from Lainports/freebsd-ports
* Update lang/ghc to 8.4.2 * Update the boostrap compiler to 8.4.1 * Update the many hs-* ports * Bump the rest Thanks a lot to arrowd for doing all the heavy lifting :) PR: 227968 Exp-run by: antoine Submitted by: arrowd Differential Revision: https://reviews.freebsd.org/D15005
22 lines
426 B
Makefile
22 lines
426 B
Makefile
# $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>
|