diff options
author | adam <adam@pkgsrc.org> | 2004-04-27 12:11:43 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2004-04-27 12:11:43 +0000 |
commit | 4277a7c5876d9c862f67b3a7c699af9e69b1d784 (patch) | |
tree | f084bc91f0944bb3b0890075afc7c779efb2bd7f /graphics/glitz/Makefile | |
parent | fc2a71fa8b098db6f5c82cdd190f6630cc028fb2 (diff) | |
download | pkgsrc-4277a7c5876d9c862f67b3a7c699af9e69b1d784.tar.gz |
Glitz is a portable 2D graphics library that uses OpenGL to render hardware
accelerated graphics. It supports many of the latest OpenGL features, such as
efficient off-screen rendering using pbuffers. Rendering can be carried out by
arbitrary OpenGL layers, thanks to glitz's extensible backend system.
Glitz is designed to match the X Render Extension semantics and provides
a general way for accelerating this imaging model. Glitz can be used as
a stand-alone layer above OpenGL but is also designed to act as a backend for
cairo, providing it with OpenGL accelerated output.
Diffstat (limited to 'graphics/glitz/Makefile')
-rw-r--r-- | graphics/glitz/Makefile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/graphics/glitz/Makefile b/graphics/glitz/Makefile new file mode 100644 index 00000000000..0904929b4d6 --- /dev/null +++ b/graphics/glitz/Makefile @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/04/27 12:11:43 adam Exp $ + +DISTNAME= glitz-0.1.0 +CATEGORIES= graphics +MASTER_SITES= http://cairographics.org/snapshots/ + +MAINTAINER= adam@NetBSD.org +HOMEPAGE= http://freedesktop.org/Software/glitz +COMMENT= OpenGL 2D graphics library and a backend for gl output in cairo + +USE_BUILDLINK3= yes +USE_LIBTOOL= yes +GNU_CONFIGURE= yes +PKGCONFIG_OVERRIDE= glitz-agl.pc.in glitz-glx.pc.in glitz.pc.in + +.include "../../graphics/MesaLib/buildlink3.mk" + +.include "../../mk/bsd.pkg.mk" |