aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/hs-cairo/Makefile
blob: 56c6e0189652d4a22e6c4bfcd20d0bc9ac97e2a9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# $FreeBSD$

PORTNAME=   cairo
PORTVERSION=    0.12.4
PORTREVISION=   2
CATEGORIES= graphics haskell

MAINTAINER= haskell@FreeBSD.org
COMMENT=    Binding to the Cairo library

LICENSE=    BSD

USES=       pkgconfig
USE_CABAL=  gtk2hs-buildtools mtl

BUILD_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/cairo-pdf.pc:${PORTSDIR}/graphics/cairo

NO_STAGE=   yes
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>