2020-05-06 16:04:05 +02:00
|
|
|
# $NetBSD: Makefile,v 1.22 2020/05/06 14:04:39 adam Exp $
|
2014-10-13 23:50:10 +02:00
|
|
|
|
2017-08-01 14:05:31 +02:00
|
|
|
DISTNAME= libgltf-0.1.0
|
2020-05-06 16:04:05 +02:00
|
|
|
PKGREVISION= 10
|
2014-10-13 23:50:10 +02:00
|
|
|
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
|
2018-07-18 02:06:10 +02:00
|
|
|
USE_LANGUAGES= c c++03
|
2014-10-13 23:50:10 +02:00
|
|
|
|
|
|
|
PKGCONFIG_OVERRIDE+= libgltf.pc.in
|
|
|
|
|
|
|
|
# Fix build with GCC 4.8.3 under NetBSD/amd64 7.99.1
|
|
|
|
CONFIGURE_ARGS+= --disable-werror
|
|
|
|
|
2015-01-06 11:44:38 +01:00
|
|
|
# Fix build with GCC 4.5.3 under NetBSD 6.1
|
|
|
|
BUILDLINK_TRANSFORM+= rm:-Weffc++
|
|
|
|
|
2014-10-13 23:50:10 +02:00
|
|
|
.include "../../devel/boost-headers/buildlink3.mk"
|
|
|
|
.include "../../devel/boost-libs/buildlink3.mk"
|
|
|
|
.include "../../graphics/glew/buildlink3.mk"
|
2014-10-14 17:56:17 +02:00
|
|
|
.include "../../graphics/glu/buildlink3.mk"
|
2014-10-13 23:50:10 +02:00
|
|
|
.include "../../graphics/glm/buildlink3.mk"
|
2017-08-01 14:05:31 +02:00
|
|
|
.include "../../graphics/libepoxy/buildlink3.mk"
|
2014-10-13 23:50:10 +02:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|