7935f3649d
Obtained from: FreeBSD Haskell
23 lines
535 B
Makefile
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>
|