mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
4e1b79a0a6
With hat: portmgr Sponsored by: Absolight
19 lines
404 B
Makefile
19 lines
404 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= cairo
|
|
PORTVERSION= 0.13.1.0
|
|
CATEGORIES= graphics haskell
|
|
|
|
MAINTAINER= haskell@FreeBSD.org
|
|
COMMENT= Binding to the Cairo library
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
USES= pkgconfig
|
|
USE_CABAL= gtk2hs-buildtools mtl text>=1.0.0.0 utf8-string>=0.2
|
|
|
|
BUILD_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/cairo-pdf.pc:graphics/cairo
|
|
|
|
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
|
.include <bsd.port.mk>
|