19 lines
459 B
Makefile
19 lines
459 B
Makefile
|
# $FreeBSD$
|
||
|
|
||
|
PORTNAME= graphviz
|
||
|
PORTVERSION= 2999.19.0.0
|
||
|
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 text wl-pprint-text
|
||
|
|
||
|
BUILD_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/libxdot.pc:graphics/graphviz
|
||
|
|
||
|
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
||
|
.include <bsd.port.mk>
|