forked from Lainports/freebsd-ports
The OpenSceneGraph is an open source high performance 3D graphics toolkit, used by application developers in fields such as visual simulation, games, virtual reality, scientific visualization and modelling. Written entirely in Standard C++ and OpenGL it runs on all Windows platforms, OSX, GNU/Linux, IRIX, Solaris, HP-Ux, AIX and FreeBSD operating systems. The OpenSceneGraph is now well established as the world leading scene graph technology, used widely in the vis-sim, space, scientific, oil-gas, games and virtual reality industries.
36 lines
934 B
Makefile
36 lines
934 B
Makefile
PORTNAME= openscenegraph
|
|
DISTVERSIONPREFIX= OpenSceneGraph-
|
|
DISTVERSION= 3.6.5
|
|
CATEGORIES= graphics
|
|
|
|
MAINTAINER= jwb@FreeBSD.org
|
|
COMMENT= Open source high performance 3D graphics toolkit
|
|
WWW= http://www.openscenegraph.com
|
|
|
|
LICENSE= LGPL21
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \
|
|
libcurl.so:ftp/curl \
|
|
libavformat.so:multimedia/ffmpeg \
|
|
libfreetype.so:print/freetype2 \
|
|
libgdal.so:graphics/gdal \
|
|
libgif.so:graphics/giflib \
|
|
libjasper.so:graphics/jasper \
|
|
libpng16.so:graphics/png \
|
|
libtiff.so:graphics/tiff \
|
|
libpoppler-glib.so:graphics/poppler-glib \
|
|
libvncclient.so:net/libvncserver
|
|
|
|
USES= cmake:noninja gettext-runtime gl gnome gstreamer jpeg \
|
|
localbase:ldflags sdl xorg
|
|
USE_GL= gl
|
|
USE_GNOME= cairo gdkpixbuf2 glib20 librsvg2
|
|
USE_LDCONFIG= yes
|
|
USE_SDL= sdl
|
|
USE_XORG= x11 xinerama xrandr
|
|
|
|
USE_GITHUB= yes
|
|
GH_PROJECT= OpenSceneGraph
|
|
|
|
.include <bsd.port.mk>
|