opnsense-ports/devel/hs-threadscope/Makefile
Franco Fichtner 97e1154653 */*: sync with upstream
Taken from: HardenedBSD
2018-07-30 06:47:24 +02:00

19 lines
386 B
Makefile

# $FreeBSD$
PORTNAME= threadscope
PORTVERSION= 0.2.11.1
CATEGORIES= devel haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= Graphical tool for profiling parallel Haskell programs
LICENSE= BSD3CLAUSE
USE_CABAL= cairo file-embed ghc-events glib gtk mtl pango temporary
EXECUTABLE= threadscope
STANDALONE= yes
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>