1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00
freebsd-ports/graphics/libgltf/Makefile
Jung-uk Kim 3e2c93d74d Revert r373755. It did not work because glm 0.9.6.0 removed support for
pre-C++11 compiler AND library.  math/glm was reverted to 0.9.5.4 for now.
2014-12-04 18:24:46 +00:00

26 lines
648 B
Makefile

# $FreeBSD$
PORTNAME= libgltf
PORTVERSION= 0.0.2
CATEGORIES= graphics devel
MASTER_SITES= LODEV
MAINTAINER= office@FreeBSD.org
COMMENT= C++ Library for rendering OpenGL models stored in glTF format
LICENSE= LGPL21 MPL
LICENSE_COMB= dual
BUILD_DEPENDS= ${LOCALBASE}/include/boost/ptr_container/ptr_map.hpp:${PORTSDIR}/devel/boost-libs \
${LOCALBASE}/include/glm/glm.hpp:${PORTSDIR}/math/glm
LIB_DEPENDS= libGLEW.so:${PORTSDIR}/graphics/glew
USES= pathfix pkgconfig libtool tar:bzip2
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-werror
INSTALL_TARGET= install-strip
CPPFLAGS+= -I${LOCALBASE}/include
.include <bsd.port.mk>