mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-19 03:52:17 +00:00
0b055d47f2
- Switch to C++14 for libboost_system to support C++14 consumers Changes: http://www.boost.org/users/history/version_1_68_0.html PR: 229569 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D16165
27 lines
628 B
Makefile
27 lines
628 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= libgltf
|
|
PORTVERSION= 0.0.2
|
|
PORTREVISION= 15
|
|
CATEGORIES= graphics devel
|
|
MASTER_SITES= LODEV
|
|
|
|
MAINTAINER= office@FreeBSD.org
|
|
COMMENT= C++ Library for rendering OpenGL models stored in glTF format
|
|
|
|
LICENSE= MPL20
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/include/boost/ptr_container/ptr_map.hpp:devel/boost-libs \
|
|
${LOCALBASE}/include/glm/glm.hpp:math/glm
|
|
|
|
USES= compiler:c++0x libtool pathfix pkgconfig tar:bzip2
|
|
USE_GL= glew
|
|
USE_LDCONFIG= yes
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --disable-werror
|
|
INSTALL_TARGET= install-strip
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
|
|
.include <bsd.port.mk>
|