Ticket #4376: Portfile

File Portfile, 889 bytes (added by cssdev@…, 19 years ago)

SoXt-1.2.2 Portfile

Line 
1# $Id: $
2
3PortSystem              1.0
4name                    SoXt
5version                 1.2.2
6description             Xt/Motif glue library for Coin
7long_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
13categories              x11 graphics devel
14homepage                http://www.coin3d.org/lib/soxt/
15platforms               darwin
16maintainers             cssdev@mac.com
17master_sites            http://ftp.coin3d.org/coin/src/all/
18checksums               md5 25f7d18998e6cc1403e0f3ae0c235500
19
20depends_build           lib:libX11.6:XFree86
21depends_lib             port:Coin lib:libXm.4:openmotif
22
23use_configure           yes
24configure.args          --enable-man --mandir=${prefix}/share/man \
25                        --with-coin=${prefix}
26
27platform darwin {
28        configure.args-append   --enable-darwin-x11
29}