blob: 57e4a0b7a755d6af51a8edb61700cfcf069fcbe9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# $NetBSD: Makefile,v 1.2 2008/02/03 02:38:13 heinz Exp $
DISTNAME= ilmbase-1.0.1
CATEGORIES= graphics
MASTER_SITES= http://savannah.nongnu.org/download/openexr/
MAINTAINER= adam@NetBSD.org
HOMEPAGE= http://www.openexr.com/
COMMENT= High dynamic-range (HDR) image file format library and tools
PKG_DESTDIR_SUPPORT= user-destdir
USE_TOOLS+= gmake
USE_LANGUAGES= c c++
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
TEST_TARGET= check
PKGCONFIG_OVERRIDE= IlmBase.pc.in
PTHREAD_OPTS= require
CONFLICTS= openexr<1.6
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
|