openbsd-ports/graphics/glitz/Makefile
espie 4e171598a6 update glitz/cairo to current stable versions. New patch from maintainer
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)
2007-02-06 21:29:06 +00:00

32 lines
655 B
Makefile

# $OpenBSD: Makefile,v 1.4 2007/02/06 21:29:06 espie Exp $
COMMENT= "OpenGL image compositing library"
DISTNAME= glitz-0.5.6
SHARED_LIBS += glitz 2.0 # .1.0
SHARED_LIBS += glitz-glx 2.0 # .1.0
CATEGORIES= graphics
HOMEPAGE= http://www.freedesktop.org/Software/glitz
MAINTAINER= Eric Faurot <eric.faurot@gmail.com>
WANTLIB= GL X11 m pthread
# LGPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= http://cairographics.org/snapshots/
USE_X11= Yes
USE_LIBTOOL= Yes
CONFIGURE_STYLE= gnu
SEPARATE_BUILD= simple
.include <bsd.port.mk>