1 | # $Id: Portfile,v 1.3 2005/01/03 09:58:26 waqar Exp $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | name OpenEXR |
---|
5 | version 1.2.2 |
---|
6 | categories graphics |
---|
7 | maintainers waqar@opendarwin.org |
---|
8 | revision 0 |
---|
9 | description OpenEXR Graphics Library |
---|
10 | long_description \ |
---|
11 | OpenEXR is a high dynamic-range (HDR) image file format developed \ |
---|
12 | by Industrial Light & Magic for use in computer imaging applications. |
---|
13 | homepage http://www.openexr.org |
---|
14 | platforms darwin |
---|
15 | master_sites http://savannah.nongnu.org/download/openexr |
---|
16 | checksums md5 a2e56af78dc47c7294ff188c8f78394b \ |
---|
17 | sha1 8ee37cd2a95b8561a4c850cc35781dec87b77bbf |
---|
18 | |
---|
19 | configure.args --mandir=${prefix}/share/man \ |
---|
20 | --infodir=${prefix}/share/info |
---|
21 | |
---|
22 | variant darwin 6 { |
---|
23 | patchfiles patch-Makefile.am patch-Makefile.in |
---|
24 | configure.args-append --enable-osx-istream-hack \ |
---|
25 | --enable-shared=no |
---|
26 | } |
---|
27 | variant darwin 7 { |
---|
28 | configure.args-append --enable-shared=no |
---|
29 | } |
---|