37 lines
795 B
Makefile
37 lines
795 B
Makefile
# $OpenBSD: Makefile,v 1.15 2007/09/15 20:09:40 simon Exp $
|
|
|
|
COMMENT= vector graphics library
|
|
|
|
DISTNAME= cairo-1.4.10
|
|
SHARED_LIBS += cairo 7.0 # .13.5
|
|
CATEGORIES= graphics
|
|
|
|
HOMEPAGE= http://cairographics.org/introduction
|
|
|
|
MAINTAINER= Eric Faurot <eric.faurot@gmail.com>
|
|
|
|
WANTLIB= X11.>=10 Xau Xdmcp expat Xrender freetype fontconfig m z
|
|
|
|
# LGPL
|
|
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
|
|
|
|
LIB_DEPENDS= png::graphics/png \
|
|
glitz.>=2:glitz->=0.5.6:graphics/glitz
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
CONFIGURE_ARGS= --enable-glitz
|
|
|
|
|
|
REGRESS_DEPENDS= :ghostscript-*:print/ghostscript/gnu
|
|
SEPARATE_BUILD= simple
|
|
|
|
.include <bsd.port.mk>
|