1 | # $Id: $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | name Coin |
---|
5 | version 2.4.3 |
---|
6 | description cross platform C++ OpenGL scene graph library |
---|
7 | long_description Coin is a high-level 3D graphics library with a \ |
---|
8 | C++ Application Programming Interface. Coin uses scene-graph data \ |
---|
9 | structures to render real-time graphics suitable for mostly all \ |
---|
10 | kinds of scientific and engineering visualization applications. |
---|
11 | |
---|
12 | categories graphics devel |
---|
13 | homepage http://www.coin3d.org/lib/coin/ |
---|
14 | platforms darwin |
---|
15 | maintainers cssdev@mac.com |
---|
16 | master_sites http://ftp.coin3d.org/coin/src/all/ |
---|
17 | checksums md5 57c039a55133c5037ebef6759d26f603 |
---|
18 | |
---|
19 | depends_build lib:libX11.6:XFree86 |
---|
20 | depends_lib port:simage |
---|
21 | |
---|
22 | use_configure yes |
---|
23 | configure.args --enable-man --mandir=${prefix}/share/man \ |
---|
24 | --with-simage=${prefix} |
---|
25 | |
---|
26 | platform darwin { |
---|
27 | configure.args-append --without-framework --enable-darwin-x11 |
---|
28 | } |
---|
29 | |
---|
30 | variant aqua requires darwin { |
---|
31 | configure.args-delete --without-framework --enable-darwin-x11 |
---|
32 | configure.args-append --with-framework --without-x |
---|
33 | depends_build-delete lib:libX11.6:XFree86 |
---|
34 | } |
---|
35 | |
---|
36 | variant devel { |
---|
37 | configure.args-append --enable-next-minor --enable-debug |
---|
38 | } |
---|
39 | |
---|
40 | variant threadsafe { |
---|
41 | configure.args-append --enable-threadsafe |
---|
42 | } |
---|