1 | # $Id: Portfile 96951 2012-08-22 18:22:18Z blair@macports.org $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | |
---|
5 | name openexr |
---|
6 | version 2.2.0 |
---|
7 | categories graphics |
---|
8 | license BSD |
---|
9 | maintainers blair |
---|
10 | description OpenEXR Graphics Library |
---|
11 | long_description \ |
---|
12 | OpenEXR is a high dynamic-range (HDR) image file format developed \ |
---|
13 | by Industrial Light & Magic for use in computer imaging applications. |
---|
14 | homepage http://www.openexr.org |
---|
15 | platforms darwin |
---|
16 | master_sites http://savannah.nongnu.org/download/openexr |
---|
17 | checksums sha1 d09a68c4443b7a12a0484c073adaef348b44cb92 \ |
---|
18 | rmd160 a825ed42e731da3bc39f25ce2a310712a5b0f956 |
---|
19 | |
---|
20 | depends_build port:libtool |
---|
21 | depends_lib port:ilmbase |
---|
22 | |
---|
23 | patchfiles patch-IlmImf-Makefile.am.diff \ |
---|
24 | patch-IlmImf-Makefile.in.diff |
---|
25 | |
---|
26 | configure.args --mandir=${prefix}/share/man \ |
---|
27 | --infodir=${prefix}/share/info |
---|
28 | |
---|
29 | post-configure { |
---|
30 | copy -force ${prefix}/bin/glibtool ${worksrcpath}/libtool |
---|
31 | } |
---|
32 | |
---|
33 | test.run yes |
---|
34 | test.target check |
---|