summaryrefslogtreecommitdiff
path: root/graphics/cairo/Makefile
diff options
context:
space:
mode:
authorrecht <recht@pkgsrc.org>2004-02-03 12:16:42 +0000
committerrecht <recht@pkgsrc.org>2004-02-03 12:16:42 +0000
commitebf00f51e0082edfb1de192069cd8a85afa9f1d9 (patch)
tree9dc1bafe6a0247dfdead0ffa60925ef56e58fefc /graphics/cairo/Makefile
parent50ea965c520cce0f4fbe11f3ce5e3cb0d189fe65 (diff)
downloadpkgsrc-ebf00f51e0082edfb1de192069cd8a85afa9f1d9.tar.gz
initial import of cairo-0.1.17
Cairo is a vector graphics library with cross-device output support. Currently supported output targets include the X Window System and in-memory image buffers. PostScript and PDF file output is planned. Cairo is designed to produce identical output on all output media while taking advantage of display hardware acceleration when available (eg. through the X Render Extension). Cairo provides a stateful user-level API with capabilities similar to the PDF 1.4 imaging model. Cairo provides operations including stroking and filling Bezier cubic splines, transforming and compositing translucent images, and antialiased text rendering.
Diffstat (limited to 'graphics/cairo/Makefile')
-rw-r--r--graphics/cairo/Makefile25
1 files changed, 25 insertions, 0 deletions
diff --git a/graphics/cairo/Makefile b/graphics/cairo/Makefile
new file mode 100644
index 00000000000..a035c98fcbf
--- /dev/null
+++ b/graphics/cairo/Makefile
@@ -0,0 +1,25 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/02/03 12:16:42 recht Exp $
+#
+
+DISTNAME= cairo-0.1.17
+CATEGORIES= graphics
+MASTER_SITES= http://cairographics.org/snapshots/
+
+MAINTAINER= recht@NetBSD.org
+HOMEPAGE= http://cairographics.org/snapshots/
+COMMENT= Vector graphics library with cross-device output support
+
+USE_X11= yes
+USE_BUILDLINK3= yes
+USE_PKGLOCALEDIR= yes
+USE_LIBTOOL= yes
+LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
+PKGCONFIG_OVERRIDE+= ${WRKSRC}/cairo.pc.in
+GNU_CONFIGURE= yes
+
+BUILDLINK_DEPENDS.freetype2= freetype2>=2.1.5
+.include "../../graphics/freetype2/buildlink3.mk"
+
+.include "../../fonts/Xft2/buildlink3.mk"
+.include "../../graphics/libpixman/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"