Ticket #40117: Portfile

File Portfile, 1.1 KB (added by kyle.j.kauffman@…, 11 years ago)

New 2.4 portfile.

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