Fixup fromcvs/togit conversion
[minix-pkgsrc.git] / graphics / ilmbase / Makefile
blobe464ec4febed223df2c4b9e6f98e4f0870d82cd0
1 # $NetBSD: Makefile,v 1.7 2012/07/26 10:58:46 bsiegert Exp $
3 DISTNAME= ilmbase-1.0.2
4 PKGREVISION= 2
5 CATEGORIES= graphics
6 MASTER_SITES= http://savannah.nongnu.org/download/openexr/
8 MAINTAINER= adam@NetBSD.org
9 HOMEPAGE= http://www.openexr.com/
10 COMMENT= High dynamic-range (HDR) image file format library and tools
11 LICENSE= modified-bsd
13 USE_TOOLS+= gmake
14 USE_LANGUAGES= c c++
15 USE_LIBTOOL= yes
16 GNU_CONFIGURE= yes
17 TEST_TARGET= check
18 LIBS.SunOS= -lm
20 PKGCONFIG_OVERRIDE= IlmBase.pc.in
21 PTHREAD_OPTS= require
23 CONFLICTS= openexr<1.6
25 BUILDLINK_TRANSFORM+= rm:-Wno-long-double
27 .include "../../mk/pthread.buildlink3.mk"
28 .include "../../mk/bsd.pkg.mk"