pkgsrc/graphics/ilmbase/Makefile
ryoon 441ae93891 Bump PKGREVISON
* Remove an incorrect POSIX shell portability fix
  and use bash as configure shell
2017-05-15 13:53:42 +00:00

29 lines
685 B
Makefile

# $NetBSD: Makefile,v 1.18 2017/05/15 13:53:42 ryoon Exp $
DISTNAME= ilmbase-2.2.0
PKGREVISION= 2
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+= bash gmake
GNU_CONFIGURE= yes
TEST_TARGET= check
LIBS.SunOS= -lm
CONFIG_SHELL= bash
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"