Files
ports/devel/hs-threadscope/Makefile
T
Älven 9790268b0d devel/hs-threadscope: Update 0.2.15.0 => 0.2.15.1
* Remove upstreamed patch

Approved by:		haskell@ (alven@)
Approved by:	    	db@, yuri@ (Mentors, implicit)
2026-07-10 09:34:27 +04:00

19 lines
424 B
Makefile

PORTNAME= threadscope
DISTVERSION= 0.2.15.1
CATEGORIES= devel haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= Graphical tool for profiling parallel Haskell programs
WWW= https://www.haskell.org/haskellwiki/ThreadScope
LICENSE= BSD3CLAUSE
LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \
libfreetype.so:print/freetype2
USES= cabal gnome pkgconfig
USE_GNOME= cairo gdkpixbuf glib20 gtk30
.include <bsd.port.mk>