improves multi threading, adds contexts and a new locking plug-in type, among bugfixes and other minor features. If you run lcms in multiple threads, upgrading to this version is highly recommended.
26 lines
715 B
Makefile
26 lines
715 B
Makefile
# $NetBSD: Makefile,v 1.9 2014/04/14 10:50:31 adam Exp $
|
|
|
|
DISTNAME= lcms2-2.6
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=lcms/}
|
|
|
|
MAINTAINER= gdt@NetBSD.org
|
|
HOMEPAGE= http://www.littlecms.com/
|
|
COMMENT= Little Color Management System - a color management library
|
|
LICENSE= mit
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
|
|
USE_LIBTOOL= yes
|
|
GNU_CONFIGURE= yes
|
|
TEST_TARGET= check
|
|
|
|
# lcms does not need zlib, but will look for it and link it to tifficc
|
|
# if present. Therefore, we don't enjoin lcms from finding zlib, but
|
|
# don't include it via bl3.
|
|
|
|
PKGCONFIG_OVERRIDE= lcms2.pc.in
|
|
|
|
.include "../../mk/jpeg.buildlink3.mk"
|
|
.include "../../graphics/tiff/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|