pkgsrc/graphics/glu/Makefile
nia 2d80d6e6f6 glu: Update to 9.0.1
Changes:

Amarnath Valluri (1):
     libutils/mipmap.c: Fixed possible memory leak

John Hein (1):
     pkgconfig: Include -I path for glu itself

Krzysztof Kosiński (1):
     Remove all uses of the register keyword.

Matt Turner (4):
     Add -D(N)DEBUG to CFLAGS dependent on --enable-debug
     libutil: Include stddef.h for NULL
     Switch from bz2 to xz
     glu 9.0.1

Mike Gorchak (1):
     glu: initialize PriorityQ::order field to NULL in pqNewPriorityQ()
2019-08-31 12:43:20 +00:00

23 lines
616 B
Makefile

# $NetBSD: Makefile,v 1.68 2019/08/31 12:43:20 nia Exp $
DISTNAME= glu-9.0.1
CATEGORIES= graphics
MASTER_SITES= https://mesa.freedesktop.org/archive/glu/
EXTRACT_SUFX= .tar.xz
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://gitlab.freedesktop.org/mesa/glu
COMMENT= OpenGL Utility Library
LICENSE= sgi-free-software-b-v2.0
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= pkg-config
USE_LANGUAGES= c c++
PKGCONFIG_OVERRIDE+= glu.pc.in
.include "../../converters/libiconv/buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"
.include "../../graphics/MesaLib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"