![]() ![]() | ![]() |
File: [cvs.NetBSD.org] / pkgsrc / graphics / libgltf / Makefile (download)
Revision 1.20, Thu Aug 22 12:23:20 2019 UTC (3 years, 9 months ago) by ryoon
Recursive revbump from boost-1.71.0 |
# $NetBSD: Makefile,v 1.20 2019/08/22 12:23:20 ryoon Exp $ DISTNAME= libgltf-0.1.0 PKGREVISION= 8 CATEGORIES= graphics MASTER_SITES= http://dev-www.libreoffice.org/src/libgltf/ MAINTAINER= ryoon@NetBSD.org HOMEPAGE= https://gerrit.libreoffice.org/#/admin/projects/libgltf COMMENT= Rendering library for glTF LICENSE= mpl-2.0 GNU_CONFIGURE= yes USE_LIBTOOL= yes USE_TOOLS+= pkg-config USE_LANGUAGES= c c++03 PKGCONFIG_OVERRIDE+= libgltf.pc.in # Fix build with GCC 4.8.3 under NetBSD/amd64 7.99.1 CONFIGURE_ARGS+= --disable-werror # Fix build with GCC 4.5.3 under NetBSD 6.1 BUILDLINK_TRANSFORM+= rm:-Weffc++ .include "../../devel/boost-headers/buildlink3.mk" .include "../../devel/boost-libs/buildlink3.mk" .include "../../graphics/glew/buildlink3.mk" .include "../../graphics/glu/buildlink3.mk" .include "../../graphics/glm/buildlink3.mk" .include "../../graphics/libepoxy/buildlink3.mk" .include "../../mk/bsd.pkg.mk"