summaryrefslogtreecommitdiff
path: root/graphics/cairo/buildlink3.mk
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/buildlink3.mk
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/buildlink3.mk')
-rw-r--r--graphics/cairo/buildlink3.mk28
1 files changed, 28 insertions, 0 deletions
diff --git a/graphics/cairo/buildlink3.mk b/graphics/cairo/buildlink3.mk
new file mode 100644
index 00000000000..44c4dc69439
--- /dev/null
+++ b/graphics/cairo/buildlink3.mk
@@ -0,0 +1,28 @@
+# $NetBSD: buildlink3.mk,v 1.1.1.1 2004/02/03 12:16:43 recht Exp $
+#
+# This Makefile fragment is included by packages that use cairo.
+#
+# This file was created automatically using createbuildlink-3.0.
+#
+
+BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
+CAIRO_BUILDLINK3_MK:= ${CAIRO_BUILDLINK3_MK}+
+
+.if !empty(BUILDLINK_DEPTH:M+)
+BUILDLINK_DEPENDS+= cairo
+.endif
+
+.if !empty(CAIRO_BUILDLINK3_MK:M+)
+BUILDLINK_PACKAGES+= cairo
+BUILDLINK_DEPENDS.cairo?= cairo>=0.1.17
+BUILDLINK_PKGSRCDIR.cairo?= ../../graphics/cairo
+
+BUILDLINK_DEPENDS.freetype2= freetype2>=2.1.5
+
+.include "../../graphics/freetype2/buildlink3.mk"
+.include "../../graphics/libpixman/buildlink3.mk"
+.include "../../fonts/Xft2/buildlink3.mk"
+
+.endif # CAIRO_BUILDLINK3_MK
+
+BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}