[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / graphics / cairo

File: [cvs.NetBSD.org] / pkgsrc / graphics / cairo / Makefile (download)

Revision 1.1.1.1 (vendor branch), Tue Feb 3 12:16:42 2004 UTC (20 years, 2 months ago) by recht
Branch: TNF
CVS Tags: pkgsrc-base
Changes since 1.1: +0 -0 lines

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. 

# $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"