pkgsrc/graphics/tiff/Makefile
schmonz c8aff0069e Rename VERSION to VERSION.txt so that it does not collide with the C++
version header on case-insensitive filesystems (via MacPorts). No change
intended to installed package.
2021-06-14 20:45:03 +00:00

46 lines
1.3 KiB
Makefile

# $NetBSD: Makefile,v 1.150 2021/06/14 20:45:03 schmonz Exp $
DISTNAME= tiff-4.3.0
CATEGORIES= graphics
MASTER_SITES= https://download.osgeo.org/libtiff/
MAINTAINER= gdt@NetBSD.org
HOMEPAGE= http://simplesystems.org/libtiff/
COMMENT= Library and tools for reading and writing TIFF data files
LICENSE= mit
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
USE_LANGUAGES= c c++
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --enable-rpath
CONFIGURE_ARGS+= --enable-cxx
CONFIGURE_ARGS+= --with-docdir=${PREFIX}/share/doc/tiff
CONFIGURE_ARGS+= --without-x # just in case detects gl to build tiffgt
CONFIGURE_ARGS+= --disable-webp
PKGCONFIG_OVERRIDE= libtiff-4.pc.in
TEST_TARGET= check
post-extract:
cd ${WRKSRC} && \
${MV} -f VERSION VERSION.txt
post-install:
cd ${DESTDIR}/${PREFIX}/${PKGMANDIR}/man3 && for file in *.3tiff; do\
target=`${ECHO} $$file | sed "s/3tiff/3/"`; \
${MV} $$file $$target; \
done
cd ${DESTDIR}/${PREFIX}/share/doc/${PKGBASE} && \
${MV} -f VERSION.txt VERSION
.include "options.mk"
.include "../../devel/zlib/buildlink3.mk"
# XXX for liblzma; there are more potential suppliers
.include "../../archivers/xz/buildlink3.mk"
.include "../../graphics/jbigkit/buildlink3.mk"
.include "../../mk/jpeg.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"