9d2e091469
----------------------- 2.9 Maintenance release ----------------------- Several fixes related with security, and therefore not detailed here. C++ compiles now without warnings Added OSX and clang in travis Added a travis-ci test matrix for many compilers and OS. Thanks to Thomas Weber (debian) for this great improvement. testbed can now work with dynamic versions of library Fixed wrong planar formatters regarding linestride interpretation
24 lines
673 B
Makefile
24 lines
673 B
Makefile
# $NetBSD: Makefile,v 1.13 2019/01/15 10:54:46 markd Exp $
|
|
|
|
DISTNAME= lcms2-2.9
|
|
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"
|