1 | # $Id: Portfile 92837 2012-05-09 00:51:48Z ryandesign@macports.org $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | |
---|
5 | name collada-dom |
---|
6 | version 2.4.0 |
---|
7 | revision 1 |
---|
8 | set branch [join [lrange [split ${version} .] 0 1] .] |
---|
9 | categories science devel |
---|
10 | maintainers nomaintainer |
---|
11 | platforms darwin |
---|
12 | description COLLADA Document Object Model (DOM) |
---|
13 | |
---|
14 | long_description \ |
---|
15 | The COLLADA Document Object Model (DOM) is an application programming \ |
---|
16 | interface (API) that provides a C++ object representation of a COLLADA XML \ |
---|
17 | instance document. |
---|
18 | |
---|
19 | homepage http://collada.org/mediawiki/index.php/Portal:COLLADA_DOM |
---|
20 | master_sites sourceforge:collada-dom |
---|
21 | |
---|
22 | checksums md5 20399de4206eab850c32e65c04e907cb \ |
---|
23 | sha1 74e28d670497abc897c06a41df7d28eea2bac836 \ |
---|
24 | rmd160 e8ddb9430d667856eb0fbf69106cd877784f42f1 |
---|
25 | |
---|
26 | extract.suffix .tgz |
---|
27 | |
---|
28 | patchfiles patch-CMakeLists.txt.diff |
---|
29 | |
---|
30 | configure.cmd cmake |
---|
31 | configure.pre_args |
---|
32 | configure.args -DCMAKE_INSTALL_PREFIX=${prefix} |
---|
33 | |
---|
34 | depends_lib \ |
---|
35 | port:boost \ |
---|
36 | port:libxml2 \ |
---|
37 | port:pcre \ |
---|
38 | port:cmake |
---|