Per discussion with bapt on helping pkg handle the changing of these deps and avoiding impossible upgrade senarios. PR: 246767 Reviewed by: manu, bapt Approved by: x11 Differential Revision: https://reviews.freebsd.org/D30824
24 lines
618 B
Makefile
24 lines
618 B
Makefile
PORTNAME= libgltf
|
|
PORTVERSION= 0.0.2
|
|
PORTREVISION= 23
|
|
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 gl 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>
|