aboutsummaryrefslogtreecommitdiff
path: root/devel/hs-profiteur/Makefile
blob: ae857425edc096c4dd9d85a45b87bfecd753e307 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
PORTNAME=	profiteur
PORTVERSION=	0.4.5.1
PORTREVISION=	4
CATEGORIES=	devel haskell

MAINTAINER=	haskell@FreeBSD.org
COMMENT=	Treemap visualiser for GHC .prof files

LICENSE=	BSD3CLAUSE

USES=		cabal

USE_CABAL=	aeson-1.4.7.1_1 \
		attoparsec-0.13.2.4 \
		base-compat-0.11.1 \
		base-compat-batteries-0.11.1 \
		base-orphans-0.8.2 \
		dlist-0.8.0.8 \
		ghc-prof-1.4.1.7 \
		hashable-1.3.0.0_1 \
		integer-logarithms-1.0.3_2 \
		js-jquery-3.3.1 \
		primitive-0.7.0.1 \
		random-1.1_1 \
		scientific-0.3.6.2 \
		tagged-0.8.6_2 \
		th-abstraction-0.3.2.0 \
		time-compat-1.9.3 \
		unordered-containers-0.2.10.0_1 \
		uuid-types-1.0.3_2 \
		vector-0.12.1.2

profiteur_DATADIR_VARS=		js-jquery

post-install:
	cd ${WRKSRC} && ${COPYTREE_SHARE} data ${STAGEDIR}${DATADIR}
	${INSTALL_DATA} ${WRKSRC}/js-jquery-3.3.1/javascript/jquery-3.3.1.min.js ${STAGEDIR}${DATADIR}

.include <bsd.port.mk>