mirror of
https://git.freebsd.org/ports.git
synced 2025-05-07 03:16:44 -04:00
41 lines
972 B
Makefile
41 lines
972 B
Makefile
PORTNAME= threadscope
|
|
PORTVERSION= 0.2.14.1
|
|
PORTREVISION= 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
|
|
|
|
BUILD_DEPENDS= ghc-9.2.8:lang/ghc92
|
|
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.7.1 \
|
|
cairo-0.13.8.2 \
|
|
file-embed-0.0.15.0 \
|
|
ghc-events-0.17.0.3 \
|
|
gio-0.13.8.2 \
|
|
glib-0.13.8.2 \
|
|
gtk-0.15.7 \
|
|
gtk2hs-buildtools-0.13.8.3 \
|
|
happy-1.20.0_1 \
|
|
hashable-1.4.1.0 \
|
|
hashtables-1.3.1 \
|
|
pango-0.13.8.2 \
|
|
primitive-0.7.4.0 \
|
|
random-1.2.1.1 \
|
|
splitmix-0.1.0.4_1 \
|
|
temporary-1.3 \
|
|
utf8-string-1.0.2 \
|
|
vector-0.12.3.1_2
|
|
|
|
BROKEN_aarch64= ld.lld: error: relocation R_AARCH64_PREL64 cannot be used against symbol ... recompile with -fPIC
|
|
|
|
.include <bsd.port.mk>
|