Ticket #49965: Portfile

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