openbsd-ports/graphics/glitz/Makefile
marcm df69069205 Glitz is an OpenGL image compositing library. Glitz provides Porter/Duff
compositing of images and implicit mask generation for geometric
primitives including trapezoids, triangles, and rectangles.

The semantics of glitz are designed to precisely match the specification
of the X Render extension.

From Eric Faurot
2005-09-11 05:04:32 +00:00

28 lines
530 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2005/09/11 05:04:32 marcm Exp $
COMMENT= "OpenGL image compositing library"
DISTNAME= glitz-0.4.4
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
.include <bsd.port.mk>