pkgsrc/graphics/glitz/Makefile
rh 5c52ee2f39 Update glitz to 0.2.3. Changes are too numerous to list here. They
include a revamped graphics engine and tons of bug fixes.  Closes PR
pkg/28107 by Francois Briere, thanks!
2004-11-15 03:33:22 +00:00

19 lines
559 B
Makefile

# $NetBSD: Makefile,v 1.5 2004/11/15 03:33:22 rh Exp $
DISTNAME= glitz-0.2.3
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
USE_X11= yes
.include "../../graphics/MesaLib/buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"