openbsd-ports/graphics/cairo/Makefile
eric f894418d1a enable XCB backend
prodded by dcoppa@
ok ajacoutot@ jasper@
2010-04-02 08:21:14 +00:00

42 lines
909 B
Makefile

# $OpenBSD: Makefile,v 1.27 2010/04/02 08:21:14 eric Exp $
COMMENT= vector graphics library
DISTNAME= cairo-1.8.10
PKGNAME= ${DISTNAME}p0
SHARED_LIBS= cairo 9.3
CATEGORIES= graphics
HOMEPAGE= http://cairographics.org/introduction
MAINTAINER= Eric Faurot <eric@openbsd.org>
WANTLIB= X11 Xau Xdmcp Xrender expat fontconfig freetype m \
pixman-1.>=12.0 pthread-stubs xcb xcb-render \
xcb-render-util z
# LGPLv2.1 / MPL 1.1
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= http://cairographics.org/releases/
USE_X11= Yes
USE_LIBTOOL= Yes
USE_GMAKE= Yes
LIB_DEPENDS= png::graphics/png \
glitz.>=2:glitz->=0.5.6:graphics/glitz
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS= --enable-glitz \
--enable-pdf \
--enable-ps \
--enable-xcb
REGRESS_DEPENDS= :ghostscript-*:print/ghostscript/gnu
.include <bsd.port.mk>