1 | # $Id: $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | name SoXt |
---|
5 | version 1.2.2 |
---|
6 | description Xt/Motif glue library for Coin |
---|
7 | long_description SoXt provides the programmer with a high-level \ |
---|
8 | application programmer's interface (API) in C++. The library \ |
---|
9 | primarily includes a class-hierarchy of viewer components of \ |
---|
10 | varying functionality and complexity, with various modes for \ |
---|
11 | the end-user to control the 3D-scene camera interaction. |
---|
12 | |
---|
13 | categories x11 graphics devel |
---|
14 | homepage http://www.coin3d.org/lib/soxt/ |
---|
15 | platforms darwin |
---|
16 | maintainers cssdev@mac.com |
---|
17 | master_sites http://ftp.coin3d.org/coin/src/all/ |
---|
18 | checksums md5 25f7d18998e6cc1403e0f3ae0c235500 |
---|
19 | |
---|
20 | depends_build lib:libX11.6:XFree86 |
---|
21 | depends_lib port:Coin lib:libXm.4:openmotif |
---|
22 | |
---|
23 | use_configure yes |
---|
24 | configure.args --enable-man --mandir=${prefix}/share/man \ |
---|
25 | --with-coin=${prefix} |
---|
26 | |
---|
27 | platform darwin { |
---|
28 | configure.args-append --enable-darwin-x11 |
---|
29 | } |
---|