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 | 4c8143f8f7c0e4b7d28702a1433fc79711fbe517 (patch) | |
tree | f084bc91f0944bb3b0890075afc7c779efb2bd7f /graphics/glitz/Makefile | |
parent | 349010d2a39261e4721ab52b86253845ea9bd5c5 (diff) | |
download | pkgsrc-4c8143f8f7c0e4b7d28702a1433fc79711fbe517.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" |