# Created by: lbartoletti # $FreeBSD: head/graphics/osgearth/Makefile 412346 2016-04-01 14:00:51Z mat $ PORTNAME= osgearth PORTVERSION= 2.5 DISTVERSIONPREFIX= ${PORTNAME}- PORTREVISION= 6 CATEGORIES= graphics geography MAINTAINER= coder@tuxfamily.org COMMENT= osgEarth is a C++ terrain rendering toolkit for OpenSceneGraph LICENSE= LGPL3 BUILD_DEPENDS= ${LOCALBASE}/bin/minizip:archivers/minizip LIB_DEPENDS= libosg.so:graphics/osg \ libgdal.so:graphics/gdal \ libcurl.so:ftp/curl USE_GITHUB= yes GH_ACCOUNT= gwaldron USE_LDCONFIG= YES USES= cmake gmake pkgconfig sqlite PLIST_SUB= OSGVERSION=3.2.1 CMAKE_ARGS+= -DCMAKE_INCLUDE_PATH:PATH=${LOCALBASE}/include \ -DMINIZIP_INCLUDE_DIR=${LOCALBASE}/include/minizip \ -DCMAKE_LIBRARY_PATH:PATH=${LOCALBASE}/lib \ -DLIB_POSTFIX:STRING="" \ -DOSGEARTH_USE_QT:BOOL=FALSE .include