Files
ports/graphics/largetifftools/Makefile
T
Emanuel Haupt d0bd9af0ad graphics/largetifftools: Update to 1.4.2
- Update to 1.4.2
- Update WWW
2025-03-01 09:31:44 +01:00

22 lines
603 B
Makefile

PORTNAME= largetifftools
PORTVERSION= 1.4.2
CATEGORIES= graphics
MASTER_SITES= https://pperso.ijclab.in2p3.fr/page_perso/Deroulers/software/largetifftools/download/${PORTNAME}-${PORTVERSION}/ \
LOCAL/ehaupt
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= Process very large TIFF files
WWW= https://pperso.ijclab.in2p3.fr/page_perso/Deroulers/software/largetifftools/
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libpng.so:graphics/png \
libtiff.so:graphics/tiff \
libzstd.so:archivers/zstd
USES= autoreconf jpeg localbase:ldconfig tar:bzip2
GNU_CONFIGURE= yes
.include <bsd.port.mk>