db78da8f8b
PR: 263764 Reported by: VVD <vvd@unislabs.com>
89 lines
1.9 KiB
Makefile
89 lines
1.9 KiB
Makefile
PORTNAME= ghcprofview
|
|
PORTVERSION= 0.1.0.1
|
|
PORTREVISION= 2
|
|
CATEGORIES= devel haskell
|
|
|
|
MAINTAINER= haskell@FreeBSD.org
|
|
COMMENT= Graphical viewer for GHC profile files
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
LIB_DEPENDS= libharfbuzz.so:print/harfbuzz
|
|
|
|
USES= cabal gnome pkgconfig
|
|
|
|
USE_GNOME= atk cairo gdkpixbuf2 glib20 gtk30 introspection pango
|
|
|
|
USE_CABAL= aeson-1.5.5.1 \
|
|
ansi-terminal-0.11 \
|
|
assoc-1.0.2_1 \
|
|
async-2.2.2_1 \
|
|
attoparsec-0.13.2.5 \
|
|
base-compat-0.11.2 \
|
|
base-compat-batteries-0.11.2 \
|
|
base-orphans-0.8.4 \
|
|
bifunctors-5.5.10 \
|
|
blaze-builder-0.4.2.1 \
|
|
blaze-html-0.9.1.2 \
|
|
blaze-markup-0.8.2.7 \
|
|
cabal-doctest-1.0.8_2 \
|
|
colour-2.3.5 \
|
|
comonad-5.0.8 \
|
|
conduit-1.3.4 \
|
|
conduit-extra-1.3.5 \
|
|
data-default-class-0.1.2.0 \
|
|
data-fix-0.3.1 \
|
|
distributive-0.6.2.1 \
|
|
dlist-1.0 \
|
|
ghc-prof-1.4.1.7 \
|
|
gi-atk-2.0.22 \
|
|
gi-cairo-1.0.24 \
|
|
gi-gdk-3.0.23 \
|
|
gi-gdkpixbuf-2.0.24 \
|
|
gi-gio-2.0.27 \
|
|
gi-glib-2.0.24 \
|
|
gi-gobject-2.0.25 \
|
|
gi-graphene-1.0.2 \
|
|
gi-gtk-3.0.36 \
|
|
gi-harfbuzz-0.0.3 \
|
|
gi-pango-1.0.23 \
|
|
happy-1.20.0 \
|
|
hashable-1.3.0.0_2 \
|
|
haskell-gi-0.24.7 \
|
|
haskell-gi-base-0.24.5 \
|
|
haskell-gi-overloading-1.0 \
|
|
haskell-lexer-1.1 \
|
|
hsc2hs-0.68.7 \
|
|
indexed-traversable-0.1.1 \
|
|
integer-logarithms-1.0.3.1 \
|
|
mono-traversable-1.0.15.1 \
|
|
network-3.1.2.1_1 \
|
|
pretty-show-1.10 \
|
|
primitive-0.7.1.0_2 \
|
|
random-1.2.0_5 \
|
|
regex-base-0.94.0.0_1 \
|
|
regex-tdfa-1.3.1.0_1 \
|
|
resourcet-1.2.4.2 \
|
|
safe-0.3.19 \
|
|
scientific-0.3.6.2 \
|
|
split-0.2.3.4 \
|
|
splitmix-0.1.0.3 \
|
|
streaming-commons-0.2.2.1 \
|
|
strict-0.4.0.1 \
|
|
tagged-0.8.6.1 \
|
|
th-abstraction-0.4.2.0 \
|
|
these-1.1.1.1_1 \
|
|
time-compat-1.9.5_1 \
|
|
transformers-compat-0.6.6 \
|
|
typed-process-0.2.6.0 \
|
|
unliftio-core-0.2.0.1_1 \
|
|
unordered-containers-0.2.13.0 \
|
|
uuid-types-1.0.3_4 \
|
|
vector-0.12.2.0 \
|
|
vector-algorithms-0.8.0.4_1 \
|
|
xdg-basedir-0.2.2 \
|
|
xml-conduit-1.9.0.0 \
|
|
xml-types-0.3.8 \
|
|
zlib-0.6.2.2
|
|
|
|
.include <bsd.port.mk>
|