pkgsrc/graphics/openexr/Makefile
adam 5578de09d9 Changes 2.1.0:
This release includes a refactoring of the optimised read paths for RGBA data, optimisations for some of the python bindings to Imath, improvements to the cmake build environment as well as additional documentation describing deep data in more detail.
2013-12-09 11:39:20 +00:00

29 lines
790 B
Makefile

# $NetBSD: Makefile,v 1.30 2013/12/09 11:39:20 adam Exp $
DISTNAME= openexr-2.1.0
CATEGORIES= graphics
MASTER_SITES= http://download.savannah.nongnu.org/releases/openexr/
MAINTAINER= adam@NetBSD.org
HOMEPAGE= http://www.openexr.com/
COMMENT= High dynamic-range (HDR) image file format library and tools
LICENSE= modified-bsd
USE_LANGUAGES= c c++
USE_LIBTOOL= yes
USE_TOOLS+= gmake pkg-config
GNU_CONFIGURE= yes
PKGCONFIG_OVERRIDE= OpenEXR.pc.in
TEST_TARGET= check
PTHREAD_OPTS+= require
LIBS.IRIX+= -lmx
LIBS.SunOS+= -lm
BUILDLINK_TRANSFORM+= rm:-Wno-long-double
.include "../../devel/zlib/buildlink3.mk"
BUILDLINK_API_DEPENDS.ilmbase+= ilmbase>=1.0.2nb1
.include "../../graphics/ilmbase/buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"