freebsd-ports/graphics/hs-cairo/Makefile
Gabor Pali 7935f3649d - Update to 0.12.2
Obtained from:	FreeBSD Haskell
2012-02-13 04:59:03 +00:00

23 lines
535 B
Makefile

# New ports collection makefile for: hs-cairo
# Date created: March 13, 2011
# Whom: haskell@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= cairo
PORTVERSION= 0.12.2
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>