5b5b1f7fdb
redefines abs and breaks the openexr build. Bump PKGREVISION.
28 lines
663 B
Makefile
28 lines
663 B
Makefile
# $NetBSD: Makefile,v 1.13 2013/12/02 23:39:09 bsiegert Exp $
|
|
|
|
DISTNAME= ilmbase-2.0.1
|
|
PKGREVISION= 1
|
|
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"
|