mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-10 07:04:03 +00:00
f3d908bb64
especially files that are too large to fit entirely into your computer's memory. WWW: https://www.imnc.in2p3.fr/pagesperso/deroulers/software/largetifftools/
22 lines
531 B
Makefile
22 lines
531 B
Makefile
# Created by: Emanuel Haupt <ehaupt@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= largetifftools
|
|
PORTVERSION= 1.3.10
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= https://www.imnc.in2p3.fr/pagesperso/deroulers/software/largetifftools/download/${PORTNAME}-${PORTVERSION}/
|
|
|
|
MAINTAINER= ehaupt@FreeBSD.org
|
|
COMMENT= Process very large TIFF files
|
|
|
|
LICENSE= GPLv3
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
LIB_DEPENDS= libtiff.so:graphics/tiff \
|
|
libpng.so:graphics/png
|
|
|
|
GNU_CONFIGURE= yes
|
|
USES= autoreconf jpeg localbase:ldconfig tar:bzip2
|
|
|
|
.include <bsd.port.mk>
|