d935365524
Cairo is a library to render high quality vector graphics. There exist various backends that allows rendering to Gtk windows, PDF, PS, PNG and SVG documents, amongst others.
18 lines
470 B
Makefile
18 lines
470 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2011/07/12 09:18:11 phonohawk Exp $
|
|
#
|
|
|
|
DISTNAME= cairo-0.12.0
|
|
CATEGORIES= graphics
|
|
|
|
MAINTAINER= pho@cielonegro.org
|
|
COMMENT= Binding to the Cairo library
|
|
LICENSE= modified-bsd
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
.include "options.mk"
|
|
|
|
.include "../../wip/mk/haskell.mk"
|
|
.include "../../graphics/cairo/buildlink3.mk"
|
|
.include "../../wip/gtk2hs-buildtools/buildlink3.mk"
|
|
.include "../../wip/hs-mtl/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|