09df65b05b
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.
24 lines
672 B
Makefile
24 lines
672 B
Makefile
# $NetBSD: Makefile,v 1.11 2015/07/07 14:31:38 adam Exp $
|
|
|
|
DISTNAME= lcms2-2.7
|
|
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
|
|
|
|
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"
|