aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/libgltf/Makefile
blob: bd7dd039a015d5b5c039a83f3d74df2b65ccd56a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# $FreeBSD$

PORTNAME=   libgltf
PORTVERSION=    0.0.2
PORTREVISION=   11
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>