From ad3899a13242e70de1992d4eb617a8b6b4a0b701 Mon Sep 17 00:00:00 2001 From: tnn Date: Thu, 2 Apr 2015 23:03:00 +0000 Subject: Update to glu-9.0.0. This release spun off glu from Mesa. glu is now shipped as an independent package. --- graphics/glu/Makefile | 42 ++++++++++++++---------------------------- graphics/glu/PLIST | 6 ++---- 2 files changed, 16 insertions(+), 32 deletions(-) (limited to 'graphics/glu') diff --git a/graphics/glu/Makefile b/graphics/glu/Makefile index 9cc5665d59b..ceb7af19231 100644 --- a/graphics/glu/Makefile +++ b/graphics/glu/Makefile @@ -1,35 +1,21 @@ -# $NetBSD: Makefile,v 1.59 2015/01/29 22:38:50 nat Exp $ +# $NetBSD: Makefile,v 1.60 2015/04/02 23:03:00 tnn Exp $ -PKGNAME= glu-${MESA_PKGVERSION} -COMMENT= GLU polygon tessellation facility for Mesa -PKGREVISION= 1 - -CONFLICTS+= Mesa-glx-[0-9]* -CONFLICTS+= Mesa<3.2.1 - - -PKGCONFIG_OVERRIDE+= src/glu/glu.pc.in +DISTNAME= glu-9.0.0 +CATEGORIES= graphics +MASTER_SITES= ftp://ftp.freedesktop.org/pub/mesa/glu/ +EXTRACT_SUFX= .tar.bz2 -CONFIGURE_ARGS+= --enable-glu -CONFIGURE_ARGS+= --disable-glut -CONFIGURE_ARGS+= --disable-glw -CONFIGURE_ARGS+= --with-dri-drivers="" - -BUILD_DIRS= src/glu -BUILD_TARGET= default +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://cgit.freedesktop.org/mesa/glu/ +COMMENT= GLU polygon tessellation facility for Mesa +LICENSE= sgi-free-software-b-v2.0 -INSTALL_DIRS= src/glu -INSTALLATION_DIRS+= include/GL +GNU_CONFIGURE= yes +USE_LIBTOOL= yes +USE_TOOLS+= pkg-config +USE_LANGUAGES= c c++ -.include "../../graphics/Mesa/Makefile.lib" +PKGCONFIG_OVERRIDE+= glu.pc.in -BUILDLINK_API_DEPENDS.MesaLib+= MesaLib>=${MESA_VERSION} .include "../../graphics/MesaLib/buildlink3.mk" - -post-install: - ${INSTALL_DATA} ${WRKSRC}/include/GL/glu.h \ - ${DESTDIR}${PREFIX}/include/GL/glu.h - ${INSTALL_DATA} ${WRKSRC}/include/GL/glu_mangle.h \ - ${DESTDIR}${PREFIX}/include/GL/glu_mangle.h - .include "../../mk/bsd.pkg.mk" diff --git a/graphics/glu/PLIST b/graphics/glu/PLIST index 5aafb7d3ae9..e60e573cecc 100644 --- a/graphics/glu/PLIST +++ b/graphics/glu/PLIST @@ -1,7 +1,5 @@ -@comment $NetBSD: PLIST,v 1.17 2013/05/16 14:42:18 richard Exp $ +@comment $NetBSD: PLIST,v 1.18 2015/04/02 23:03:00 tnn Exp $ include/GL/glu.h include/GL/glu_mangle.h -lib/libGLU.so -lib/libGLU.so.1 -lib/libGLU.so.1.3.071100 +lib/libGLU.la lib/pkgconfig/glu.pc -- cgit v1.2.3