a project to simplify installation of open source software
on Mac OS X and Darwin
# $Id: Portfile 20236 2006-10-29 22:36:11Z blair@macports.org $
PortSystem 1.0
name openexr
version 1.4.0
categories graphics
maintainers waqar@macports.org
description OpenEXR Graphics Library
long_description \
OpenEXR is a high dynamic-range (HDR) image file format developed \
by Industrial Light & Magic for use in computer imaging applications.
homepage http://www.openexr.org
platforms darwin
master_sites http://savannah.nongnu.org/download/openexr
checksums md5 d0a4b9a930c766fa51561b05fb204afe \
sha1 d7f2188b677ea28cafb104f2ace6c0f50b5aadee
distfiles openexr-${version}a.tar.gz
worksrcdir openexr-1.4.0
configure.args --mandir=${prefix}/share/man \
--infodir=${prefix}/share/info
test.run yes
test.target check
variant darwin 7 {
configure.args-append --enable-shared=no
}