4e171598a6
Eric Faurot. Some infrastructure tweaks by me. Appears to work just fine on a variety of display and architectures, only issue so far is: - garbled menus with gimp on 8 bits + RENDER (weird combination). - firefox 2.0 unhappy on 8 bits displays (setting GDK_USE_XFT=0 solves this)
37 lines
785 B
Makefile
37 lines
785 B
Makefile
# $OpenBSD: Makefile,v 1.9 2007/02/06 21:29:06 espie Exp $
|
|
|
|
COMMENT= "vector graphics library"
|
|
|
|
DISTNAME= cairo-1.2.6
|
|
SHARED_LIBS += cairo 5.0 # .11.3
|
|
CATEGORIES= graphics
|
|
|
|
HOMEPAGE= http://cairographics.org/introduction
|
|
|
|
MAINTAINER= Eric Faurot <eric.faurot@gmail.com>
|
|
|
|
WANTLIB= ICE SM X11 Xext 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>
|