aboutsummaryrefslogtreecommitdiff
path: root/graphics/largetifftools/Makefile
blob: bbf081358c24433e02dc8fa92458ada9f915a3ce (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Created by: Emanuel Haupt <ehaupt@FreeBSD.org>

PORTNAME=	largetifftools
PORTVERSION=	1.4.1
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=	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>