pkgsrc/graphics/libraw/Makefile
drochner 80f403f1c1 update to 0.13.2
changes:
-shared library support
-Sony A390 support
-Fixes for Leica D-LUX 4 and some Sony cameras

approved by Guillaume Lasmayous
2011-03-09 17:19:19 +00:00

30 lines
744 B
Makefile

# $NetBSD: Makefile,v 1.10 2011/03/09 17:19:19 drochner Exp $
#
DISTNAME= LibRaw-0.13.2
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
PKG_DESTDIR_SUPPORT= user-destdir
USE_LANGUAGES= c c++
GNU_CONFIGURE= yes
USE_TOOLS+= pkg-config gmake
USE_LIBTOOL= 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/lcms/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"