pkgsrc/graphics/ilmbase/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

27 lines
644 B
Makefile

# $NetBSD: Makefile,v 1.14 2013/12/09 11:39:20 adam Exp $
DISTNAME= ilmbase-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
GNU_CONFIGURE= yes
TEST_TARGET= check
LIBS.SunOS= -lm
PKGCONFIG_OVERRIDE= IlmBase.pc.in
PTHREAD_OPTS= require
CONFLICTS= openexr<1.6
BUILDLINK_TRANSFORM+= rm:-Wno-long-double
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"