ef6869d4d9
Sadly, there's no real news file avaiable. So, I guess it's the usual bug-fixes and optimizations.
19 lines
562 B
Makefile
19 lines
562 B
Makefile
# $NetBSD: Makefile,v 1.3 2004/05/11 17:35:06 recht Exp $
|
|
|
|
DISTNAME= glitz-0.1.2
|
|
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"
|