aboutsummaryrefslogblamecommitdiff
path: root/devel/hs-ghcprofview/Makefile
blob: 972e8499987be461cde48ff2220505f1f447e291 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12


                           
                       
                 
                             





                                                      
                                              
 
                                     


                                                                     
                               
                             


                                       
                                       


                                      

                                            












                                     
                                  

                                        
                                            






                                            
                              



                                     
                                    




                                           
                                       
                                       

                                                 

                                           


                                     
                            

                      
# $FreeBSD$

PORTNAME=	ghcprofview
PORTVERSION=	0.1.0.0
PORTREVISION=	1
CATEGORIES=	devel haskell

MAINTAINER=	haskell@FreeBSD.org
COMMENT=	Graphical viewer for GHC profile files

LICENSE=	BSD3CLAUSE

BROKEN=		Does not build with recent GHC

USES=		cabal gnome pkgconfig

USE_GNOME=	atk cairo gdkpixbuf2 glib20 gtk30 introspection pango

USE_CABAL=	aeson-1.4.6.0 \
		async-2.2.2 \
		attoparsec-0.13.2.3_1 \
		base-compat-0.11.1 \
		base-orphans-0.8.2 \
		blaze-builder-0.4.1.0 \
		blaze-html-0.9.1.2 \
		blaze-markup-0.8.2.3 \
		conduit-1.3.1.2 \
		conduit-extra-1.3.4 \
		data-default-class-0.1.2.0 \
		dlist-0.8.0.7 \
		exceptions-0.10.4 \
		ghc-prof-1.4.1.6 \
		gi-atk-2.0.21 \
		gi-cairo-1.0.23 \
		gi-gdk-3.0.22 \
		gi-gdkpixbuf-2.0.23 \
		gi-gio-2.0.26 \
		gi-glib-2.0.23 \
		gi-gobject-2.0.22 \
		gi-gtk-3.0.32 \
		gi-pango-1.0.22 \
		happy-1.19.12 \
		hashable-1.3.0.0 \
		haskell-gi-0.23.0 \
		haskell-gi-base-0.23.0 \
		haskell-gi-overloading-1.0 \
		haskell-lexer-1.1 \
		hsc2hs-0.68.6 \
		integer-logarithms-1.0.3_2 \
		mono-traversable-1.0.15.1 \
		network-3.1.1.1 \
		pretty-show-1.10 \
		primitive-0.7.0.1 \
		random-1.1_1 \
		regex-base-0.94.0.0 \
		regex-tdfa-1.3.1.0 \
		resourcet-1.2.3 \
		safe-0.3.18_1 \
		scientific-0.3.6.2 \
		split-0.2.3.4 \
		streaming-commons-0.2.1.2 \
		tagged-0.8.6_2 \
		th-abstraction-0.3.2.0 \
		time-compat-1.9.3 \
		typed-process-0.2.6.0 \
		unliftio-core-0.2.0.1 \
		unordered-containers-0.2.10.0_1 \
		uuid-types-1.0.3_2 \
		vector-0.12.1.2 \
		vector-algorithms-0.8.0.3 \
		xdg-basedir-0.2.2 \
		xml-conduit-1.8.0.1 \
		xml-types-0.3.6 \
		zlib-0.6.2.1

.include <bsd.port.mk>