opnsense-ports/graphics/hs-graphviz/Makefile
Franco Fichtner 97e1154653 */*: sync with upstream
Taken from: HardenedBSD
2018-07-30 06:47:24 +02:00

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>