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

PORTNAME=   svgcairo
PORTVERSION=    0.13.1.1
CATEGORIES= graphics haskell

MAINTAINER= haskell@FreeBSD.org
COMMENT=    Binding to the libsvg-cairo library

LICENSE=    BSD3CLAUSE

USES=       pkgconfig
USE_CABAL=  cairo glib mtl text
USE_GNOME=  librsvg2

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