095963d4fe
pixman_image_set_clip_region expects to take ownership of the passed-in region, so we create a copy to give it. bump PKGREVISION to 1
31 lines
911 B
Makefile
31 lines
911 B
Makefile
# $NetBSD: Makefile,v 1.11 2004/07/03 23:01:36 recht Exp $
|
|
|
|
DISTNAME= cairo-0.1.23
|
|
PKGREVISION= 1
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= http://cairographics.org/snapshots/
|
|
|
|
MAINTAINER= recht@NetBSD.org
|
|
HOMEPAGE= http://cairographics.org/
|
|
COMMENT= Vector graphics library with cross-device output support
|
|
|
|
USE_BUILDLINK3= yes
|
|
USE_LIBTOOL= yes
|
|
USE_PKGLOCALEDIR= yes
|
|
USE_X11= yes
|
|
GNU_CONFIGURE= yes
|
|
PKGCONFIG_OVERRIDE+= cairo.pc.in
|
|
|
|
BUILDLINK_DEPENDS.freetype2+= freetype2>=2.1.5
|
|
BUILDLINK_DEPENDS.Xft2+= Xft2>=2.1.2
|
|
BUILDLINK_DEPENDS.Xrender+= Xrender>=0.8
|
|
|
|
.include "../../devel/pkgconfig/buildlink3.mk"
|
|
.include "../../fonts/Xft2/buildlink3.mk"
|
|
.include "../../graphics/freetype2/buildlink3.mk"
|
|
.include "../../graphics/glitz/buildlink3.mk"
|
|
.include "../../graphics/libpixman/buildlink3.mk"
|
|
.include "../../graphics/png/buildlink3.mk"
|
|
.include "../../x11/Xrender/buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|