# $Id$ PortSystem 1.0 name Coin version 2.4.6 description cross platform C++ OpenGL scene graph library long_description Coin is a high-level 3D graphics library with a \ C++ Application Programming Interface. Coin uses scene-graph data \ structures to render real-time graphics suitable for mostly all \ kinds of scientific and engineering visualization applications. categories graphics devel homepage http://www.coin3d.org/lib/coin/ platforms darwin maintainers css@macports.org master_sites http://ftp.coin3d.org/coin/src/all/ checksums md5 30efbdb9c761dd9fea7a7f4a0f01a50d \ sha1 662cde2c7fd06e79f95e02aa23325d283d3294a1 depends_build lib:libX11.6:XFree86 bin:doxygen:doxygen depends_lib port:simage use_configure yes configure.args --with-simage=${prefix} --mandir=${prefix}/share/man platform darwin { configure.args-append --without-framework --enable-darwin-x11 } variant aqua requires darwin { configure.args-delete --without-framework --enable-darwin-x11 configure.args-append --with-framework=${destroot}/Library/Frameworks --without-x depends_build-delete lib:libX11.6:XFree86 } variant devel { configure.args-append --enable-next-minor --enable-debug } variant manpages { depends_build-append bin:doxygen:doxygen configure.args-append --enable-man --mandir=${prefix}/share/man post-destroot { file rename ${destroot}${prefix}/share/man/man3/threads.3 \ ${destroot}${prefix}/share/man/man3/threads-coin.3 file rename ${destroot}${prefix}/share/man/man3/manips.3 \ ${destroot}${prefix}/share/man/man3/manips-coin.3 } } variant threadsafe { configure.args-append --enable-threadsafe }