18 lines
454 B
Makefile
18 lines
454 B
Makefile
# $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>
|