aboutsummaryrefslogtreecommitdiff
path: root/graphics/hs-graphviz/Makefile
blob: 0471fe8da314f207f936354319dc5ff301206f6b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# $FreeBSD$

PORTNAME=	graphviz
PORTVERSION=	2999.20.0.2
CATEGORIES=	graphics haskell

MAINTAINER=	haskell@FreeBSD.org
COMMENT=	This library provides bindings for the Dot language used by the Graphviz

LICENSE=	BSD3CLAUSE

USES=		pkgconfig
USE_CABAL=	colour dlist fgl polyparse temporary wl-pprint-text

BUILD_DEPENDS+=	${LOCALBASE}/libdata/pkgconfig/libxdot.pc:graphics/graphviz

.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>