aboutsummaryrefslogtreecommitdiff
path: root/graphics/linux-c7-tiff/Makefile
blob: 9a4bc16f726817197373982fdeacc772b4612966 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Created by: Piotr Kubaj <pkubaj@anongoth.pl>

PORTNAME=	libtiff
PORTVERSION=	4.0.3
DISTVERSIONSUFFIX=	-35.el7
PORTREVISION=	5
CATEGORIES=	graphics linux

MAINTAINER=	emulation@FreeBSD.org
COMMENT=	Library routines for working with TIFF images (Linux CentOS ${LINUX_DIST_VER})

USES=		cpe linux:c7
USE_LDCONFIG=	yes
USE_LINUX=	jbigkit jpeg
USE_LINUX_RPM=	yes

CONFLICTS=	linux-c6-${PORTNAME}
DESCR=		${.CURDIR}/../tiff/pkg-descr

OPTIONS_DEFINE=	DOCS

.include <bsd.port.mk>