aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/hs-cairo/Makefile
blob: 54fe3f0f78883378d12b22f72c3c6b519514878a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# New ports collection makefile for: hs-cairo
# Date created:        March 13, 2011
# Whom:                haskell@FreeBSD.org
#
# $FreeBSD$
#

PORTNAME=   cairo
PORTVERSION=    0.12.3.1
PORTREVISION=   1
CATEGORIES= graphics haskell

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

LICENSE=    BSD
FILE_LICENSE=   COPYRIGHT

CABAL_SETUP=    Setup.hs
USE_CABAL=  gtk2hs-buildtools mtl
BUILD_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/cairo-pdf.pc:${PORTSDIR}/graphics/cairo

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