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

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>