PR: 216776 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> MFH: 2017Q1 Security: https://rhn.redhat.com/errata/RHSA-2017-0225.html
21 lines
464 B
Makefile
21 lines
464 B
Makefile
# Created by: Artyom Mirgorodskiy <artyom.mirgorodsky@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libtiff
|
|
PORTVERSION= 3.9.4
|
|
PORTREVISION= 5
|
|
CATEGORIES= graphics linux
|
|
|
|
MAINTAINER= emulation@FreeBSD.org
|
|
COMMENT= Tools and library routines for working with TIFF images (Linux CentOS ${LINUX_DIST_VER})
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
DESCR= ${.CURDIR}/../tiff/pkg-descr
|
|
RPMVERSION= 21.el6_8
|
|
USES= linux:c6
|
|
USE_LDCONFIG= yes
|
|
USE_LINUX= jpeg
|
|
USE_LINUX_RPM= yes
|
|
|
|
.include <bsd.port.mk>
|