diff options
Diffstat (limited to 'graphics/glu/Makefile')
-rw-r--r-- | graphics/glu/Makefile | 18 |
1 files changed, 5 insertions, 13 deletions
diff --git a/graphics/glu/Makefile b/graphics/glu/Makefile index 72c146cc652..53c78da9e60 100644 --- a/graphics/glu/Makefile +++ b/graphics/glu/Makefile @@ -1,27 +1,19 @@ -# $NetBSD: Makefile,v 1.50 2007/08/13 11:18:48 seb Exp $ +# $NetBSD: Makefile,v 1.51 2008/04/24 07:40:23 bjs Exp $ -PKGNAME= glu-${MESA_VERSION} +PKGNAME= glu-${MESA_PKGVERSION} COMMENT= GLU polygon tessellation facility for Mesa CONFLICTS+= Mesa-glx-[0-9]* CONFLICTS+= Mesa<3.2.1 -.include "../../graphics/Mesa/Makefile.lib" +MESA_HEADERS= glu.h glu_mangle.h -INSTLIBS= ${WRKSRC}/src/glu/sgi/libGLU.la +.include "../../graphics/Mesa/Makefile.lib" BUILDLINK_API_DEPENDS.MesaLib+= MesaLib>=${MESA_VERSION} .include "../../graphics/MesaLib/buildlink3.mk" pre-build: - cd ${WRKSRC} && ${RM} -fr src/mesa src/glut src/glw progs - -do-install: - ${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/include/GL - cd ${WRKSRC}/include/GL; for hdr in \ - glu.h glu_mangle.h; \ - do \ - ${INSTALL_DATA} $${hdr} ${DESTDIR}${PREFIX}/include/GL; \ - done + cd ${WRKSRC} && ${RM} -fr src/glx src/mesa src/glut src/glw progs .include "../../mk/bsd.pkg.mk" |