9790268b0d
* Remove upstreamed patch Approved by: haskell@ (alven@) Approved by: db@, yuri@ (Mentors, implicit)
19 lines
424 B
Makefile
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>
|