mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-24 09:25:01 +00:00
932e6dc413
This removes build dependency on gcc and runtime dependency on gcc's runtime libraries. Big thanks to Gleb for working on this. PR: 225185 Submitted by: Gleb Popov <6yearold@gmail.com> Exp-run by: antoine Reviewed by: pgj Differential Revision: https://reviews.freebsd.org/D12043
20 lines
475 B
Makefile
20 lines
475 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= graphviz
|
|
PORTVERSION= 2999.19.0.0
|
|
PORTREVISION= 1
|
|
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>
|