c3e7a14ae5
includes -lz on the link line if -lz is present in bl environment (which it is because libtiff bls it). PKGREVISION++ Take maintainership.
37 lines
982 B
Makefile
37 lines
982 B
Makefile
# $NetBSD: Makefile,v 1.21 2006/02/21 14:00:42 gdt Exp $
|
|
|
|
DISTNAME= lcms-1.15
|
|
PKGREVISION= 2
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= http://www.littlecms.com/ \
|
|
http://www.abaforum.es/martim/
|
|
|
|
MAINTAINER= gdt@NetBSD.org
|
|
HOMEPAGE= http://www.littlecms.com/
|
|
COMMENT= Light Color Management System -- a color management library
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= 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.
|
|
|
|
# Avoid an ICE in gcc2 on sparc64
|
|
CONFIGURE_ENV+= F77=${FALSE:Q}
|
|
|
|
PKGCONFIG_OVERRIDE= lcms.pc.in
|
|
|
|
INSTALLATION_DIRS+= share/doc/lcms
|
|
|
|
post-install:
|
|
.for _f_ in LCMSAPI.TXT TUTORIAL.TXT
|
|
${INSTALL_DATA} ${WRKSRC}/doc/${_f_} ${PREFIX}/share/doc/lcms/${_f_}
|
|
.endfor
|
|
|
|
.include "../../graphics/jpeg/buildlink3.mk"
|
|
.include "../../graphics/tiff/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|