mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
21 lines
406 B
Makefile
21 lines
406 B
Makefile
# $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>
|