pkgsrc/graphics/libraw/Makefile
adam bd5c358911 Changes 0.15.1:
Incorrect data maximum calculations for Panasonic files were fixed. A possible buffer overrun in exposure correction code is now checked.
2013-05-26 09:07:34 +00:00

27 lines
706 B
Makefile

# $NetBSD: Makefile,v 1.21 2013/05/26 09:07:34 adam Exp $
DISTNAME= LibRaw-0.15.1
PKGNAME= ${DISTNAME:tl}
CATEGORIES= graphics
MASTER_SITES= http://www.libraw.org/data/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.libraw.org/
COMMENT= Raw decoding/processing library
LICENSE= gnu-lgpl-v2.1 OR cddl-1.0
USE_LANGUAGES= c c++
USE_LIBTOOL= yes
USE_TOOLS+= pkg-config gmake
GNU_CONFIGURE= yes
#MAKE_JOBS_SAFE= no
CONFIGURE_ARGS+= --disable-examples
CONFIGURE_ARGS+= --disable-demosaic-pack-gpl2
CONFIGURE_ARGS+= --disable-demosaic-pack-gpl3
PKGCONFIG_OVERRIDE+= libraw.pc.in
PKGCONFIG_OVERRIDE+= libraw_r.pc.in
.include "../../graphics/lcms2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"